edu.sdsc.inca.util
Class CrypterTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byedu.sdsc.inca.util.CrypterTest
All Implemented Interfaces:
junit.framework.Test

public class CrypterTest
extends junit.framework.TestCase

Author:
Jim Hayes

Constructor Summary
CrypterTest()
           
 
Method Summary
 void testDecrypt()
           
 void testDecryptSubstrings()
           
 void testEncrypt()
           
 void testEncryptSubstrings()
           
 
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

CrypterTest

public CrypterTest()
Method Detail

testEncrypt

public void testEncrypt()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testDecrypt

public void testDecrypt()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testEncryptSubstrings

public void testEncryptSubstrings()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testDecryptSubstrings

public void testDecryptSubstrings()
                           throws java.lang.Exception
Throws:
java.lang.Exception