Package org.bouncycastle.cms.test
Class NewCompressedDataStreamTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cms.test.NewCompressedDataStreamTest
-
public class NewCompressedDataStreamTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description NewCompressedDataStreamTest(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Test
suite()
void
test1000()
void
testEach()
void
testWorkingData()
-
-
-
Method Detail
-
testWorkingData
public void testWorkingData() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEach
public void testEach() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test1000
public void test1000() throws java.lang.Exception
- Throws:
java.lang.Exception
-
suite
public static Test suite()
-
-