net.sourceforge.jcetaglib.test
Class PBETest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.jcetaglib.test.PBETest
All Implemented Interfaces:
junit.framework.Test

public class PBETest
extends junit.framework.TestCase

A collection of PBE encryption/decryption tests

These tests can be run using JUnit (http://www.junit.org)

Version:
$Id: PBETest.java,v 1.1 2003/12/28 19:06:57 hamgert Exp $
Author:
Gert Van Ham, hamgert@users.sourceforge.net, http://jcetaglib.sourceforge.net

Constructor Summary
PBETest()
           
 
Method Summary
protected  void setUp()
          setup test
 void testFilePBE()
          test file PBE encryption
 void testPBE()
          test PBE encryption
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

PBETest

public PBETest()
Method Detail

setUp

protected void setUp()
              throws java.io.IOException
setup test

Throws:
java.io.IOException

testPBE

public void testPBE()
             throws java.lang.Exception
test PBE encryption

Throws:
java.lang.Exception

testFilePBE

public void testFilePBE()
                 throws java.lang.Exception
test file PBE encryption

Throws:
java.lang.Exception