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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
     
    static junit.framework.Test
     
    void
     
    void
     
    void
     
    void
     
    void
     
    void
     
    void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AllTests

      public AllTests()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Overrides:
      setUp in class junit.framework.TestCase
      Throws:
      Exception
    • tearDown

      public void tearDown()
      Overrides:
      tearDown in class junit.framework.TestCase
    • testRSAKeyGeneration

      public void testRSAKeyGeneration() throws Exception
      Throws:
      Exception
    • testDSAElGamaleKeyGeneration

      public void testDSAElGamaleKeyGeneration() throws Exception
      Throws:
      Exception
    • testPBEEncryption

      public void testPBEEncryption() throws Exception
      Throws:
      Exception
    • testClearSigned

      public void testClearSigned() throws Exception
      Throws:
      Exception
    • testClearSignedBogusInput

      public void testClearSignedBogusInput() throws Exception
      Throws:
      Exception
    • testClearSignedSingleLine

      public void testClearSignedSingleLine() throws Exception
      Throws:
      Exception
    • main

      public static void main(String[] args)
    • suite

      public static junit.framework.Test suite()