Package org.bouncycastle.cert.cmp.test
Class AllTests
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.cert.cmp.test.AllTests
-
- All Implemented Interfaces:
junit.framework.Test
public class AllTests extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description AllTests(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidsetUp()static junit.framework.Testsuite()voidtearDown()voidtestConfirmationMessage()voidtestMacProtectedMessage()voidtestNotBeforeNotAfter()voidtestProtectedMessage()voidtestSampleCr()voidtestServerSideKey()voidtestSubsequentMessage()-
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, toString
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
suite
public static junit.framework.Test suite()
-
setUp
public void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
public void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
testProtectedMessage
public void testProtectedMessage() throws java.lang.Exception- Throws:
java.lang.Exception
-
testMacProtectedMessage
public void testMacProtectedMessage() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConfirmationMessage
public void testConfirmationMessage() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSampleCr
public void testSampleCr() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSubsequentMessage
public void testSubsequentMessage() throws java.lang.Exception- Throws:
java.lang.Exception
-
testServerSideKey
public void testServerSideKey() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNotBeforeNotAfter
public void testNotBeforeNotAfter() throws java.lang.Exception- Throws:
java.lang.Exception
-
-