org.cdgsoftware.icl.test
Class CashLetterHeaderRecordTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.cdgsoftware.icl.test.CashLetterHeaderRecordTest
All Implemented Interfaces:
junit.framework.Test

public class CashLetterHeaderRecordTest
extends junit.framework.TestCase

The Class CashLetterHeaderRecordTest.


Constructor Summary
CashLetterHeaderRecordTest()
           
 
Method Summary
 void testCollectionChange()
          Test collection change.
 void testInvalidABA()
          Test invalid aba.
 void testInvalidCollectionType()
          Test invalid collection type.
 void testInvalidID()
          Test invalid id.
 void testInvalidPhone()
          Test invalid phone.
 void testInvalidRecordType()
          Test invalid record type.
 void testValidValues()
          Test valid values.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CashLetterHeaderRecordTest

public CashLetterHeaderRecordTest()
Method Detail

testValidValues

public void testValidValues()
                     throws java.lang.Exception
Test valid values.

Throws:
java.lang.Exception - the exception

testInvalidCollectionType

public void testInvalidCollectionType()
                               throws java.lang.Exception
Test invalid collection type.

Throws:
java.lang.Exception - the exception

testInvalidABA

public void testInvalidABA()
                    throws java.lang.Exception
Test invalid aba.

Throws:
java.lang.Exception - the exception

testInvalidRecordType

public void testInvalidRecordType()
                           throws java.lang.Exception
Test invalid record type.

Throws:
java.lang.Exception - the exception

testInvalidID

public void testInvalidID()
                   throws java.lang.Exception
Test invalid id.

Throws:
java.lang.Exception - the exception

testInvalidPhone

public void testInvalidPhone()
                      throws java.lang.Exception
Test invalid phone.

Throws:
java.lang.Exception - the exception

testCollectionChange

public void testCollectionChange()
                          throws java.lang.Exception
Test collection change.

Throws:
java.lang.Exception - the exception