Bouncy Castle Cryptography Library 1.82

org.bouncycastle.util.io.pem.test
Class AllTests

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.bouncycastle.util.io.pem.test.AllTests
All Implemented Interfaces:
junit.framework.Test

public class AllTests
extends junit.framework.TestCase


Constructor Summary
AllTests()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testMalformed()
           
 void testPemLength()
           
 void testRegularBlob()
           
 void testRegularBlobBeginFault()
           
 void testRegularBlobEndFault()
           
 void testRegularBlobEndLaxParsing()
           
 void testRegularBlobTrailing()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Method Detail

testPemLength

public void testPemLength()
                   throws java.io.IOException
Throws:
java.io.IOException

testMalformed

public void testMalformed()
                   throws java.io.IOException
Throws:
java.io.IOException

testRegularBlob

public void testRegularBlob()
                     throws java.io.IOException
Throws:
java.io.IOException

testRegularBlobTrailing

public void testRegularBlobTrailing()
                             throws java.io.IOException
Throws:
java.io.IOException

testRegularBlobBeginFault

public void testRegularBlobBeginFault()
                               throws java.io.IOException
Throws:
java.io.IOException

testRegularBlobEndFault

public void testRegularBlobEndFault()
                             throws java.io.IOException
Throws:
java.io.IOException

testRegularBlobEndLaxParsing

public void testRegularBlobEndLaxParsing()
                                  throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

Bouncy Castle Cryptography Library 1.82