Package org.bouncycastle.dvcs.test
Class AllTests
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.dvcs.test.AllTests
-
public class AllTests extends TestCase
-
-
Constructor Summary
Constructors Constructor Description AllTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidsetUp()static Testsuite()voidtestCCPDRequest()voidtestCPDRequest()voidtestVPKCRequest()voidtestVSDRequest()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCCPDRequest
public void testCCPDRequest() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCPDRequest
public void testCPDRequest() throws java.lang.Exception- Throws:
java.lang.Exception
-
testVPKCRequest
public void testVPKCRequest() throws java.lang.Exception- Throws:
java.lang.Exception
-
testVSDRequest
public void testVSDRequest() throws java.lang.Exception- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
suite
public static Test suite() throws java.lang.Exception- Throws:
java.lang.Exception
-
-