org.cdgsoftware.icl.test
Class RecordTypeFieldTest

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

public class RecordTypeFieldTest
extends junit.framework.TestCase

The Class RecordTypeFieldTest.


Constructor Summary
RecordTypeFieldTest()
           
 
Method Summary
 void testInvalidDataLong()
          Test invalid data long.
 void testValidData()
          Test valid data.
 void testValidDataShort()
          Test valid data short.
 void testValidInvalidDataEmpty()
          Test valid invalid data empty.
 void testValidInvalidRecordType()
          Test valid invalid record type.
 
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

RecordTypeFieldTest

public RecordTypeFieldTest()
Method Detail

testValidData

public void testValidData()
                   throws java.lang.Exception
Test valid data.

Throws:
java.lang.Exception - the exception

testValidDataShort

public void testValidDataShort()
                        throws java.lang.Exception
Test valid data short.

Throws:
java.lang.Exception - the exception

testValidInvalidDataEmpty

public void testValidInvalidDataEmpty()
                               throws java.lang.Exception
Test valid invalid data empty.

Throws:
java.lang.Exception - the exception

testValidInvalidRecordType

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

Throws:
java.lang.Exception - the exception

testInvalidDataLong

public void testInvalidDataLong()
                         throws java.lang.Exception
Test invalid data long.

Throws:
java.lang.Exception - the exception