Package org.bouncycastle.cms.test
Class NewCompressedDataStreamTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.cms.test.NewCompressedDataStreamTest
-
- All Implemented Interfaces:
junit.framework.Test
public class NewCompressedDataStreamTest extends junit.framework.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 junit.framework.Test
suite()
void
test1000()
void
testEach()
void
testWorkingData()
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
-
-
-
-
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 junit.framework.Test suite()
-
-