Package org.bouncycastle.cms.test
Class NewCompressedDataTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cms.test.NewCompressedDataTest
-
public class NewCompressedDataTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description NewCompressedDataTest(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
setUp()
static Test
suite()
void
tearDown()
void
testEach()
void
testLimitEqual()
void
testLimitOver()
void
testLimitUnder()
void
testWorkingData()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
suite
public static Test suite()
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
testWorkingData
public void testWorkingData() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEach
public void testEach() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLimitUnder
public void testLimitUnder() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLimitOver
public void testLimitOver() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLimitEqual
public void testLimitEqual() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-