Class AllTests
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.openpgp.examples.test.AllTests
-
- All Implemented Interfaces:
junit.framework.Test
public class AllTests extends junit.framework.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 junit.framework.Testsuite()voidtearDown()voidtestClearSigned()voidtestClearSignedBogusInput()voidtestClearSignedSingleLine()voidtestDSAElGamaleKeyGeneration()voidtestPBEEncryption()voidtestRSAKeyGeneration()-
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
-
setUp
public void setUp() throws java.lang.Exception- Overrides:
setUpin classjunit.framework.TestCase- Throws:
java.lang.Exception
-
tearDown
public void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
testRSAKeyGeneration
public void testRSAKeyGeneration() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDSAElGamaleKeyGeneration
public void testDSAElGamaleKeyGeneration() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPBEEncryption
public void testPBEEncryption() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClearSigned
public void testClearSigned() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClearSignedBogusInput
public void testClearSignedBogusInput() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClearSignedSingleLine
public void testClearSignedSingleLine() throws java.lang.Exception- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
suite
public static junit.framework.Test suite()
-
-