Package org.bouncycastle.tsp.test
Class TimeStampTokenInfoUnitTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.tsp.test.TimeStampTokenInfoUnitTest
-
- All Implemented Interfaces:
junit.framework.Test
public class TimeStampTokenInfoUnitTest extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TimeStampTokenInfoUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testTstInfo1()
void
testTstInfo2()
void
testTstInfo3()
void
testTstInfoDudDate()
-
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
-
testTstInfo1
public void testTstInfo1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTstInfo2
public void testTstInfo2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTstInfo3
public void testTstInfo3() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTstInfoDudDate
public void testTstInfoDudDate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-