ca.quine.jcommons.sourceexporter.test
Class ArrayExportTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--ca.quine.jcommons.sourceexporter.test.SourceExporterTestCase
                    |
                    +--ca.quine.jcommons.sourceexporter.test.ArrayExportTest
All Implemented Interfaces:
junit.framework.Test

public class ArrayExportTest
extends SourceExporterTestCase


Field Summary
 
Fields inherited from class ca.quine.jcommons.sourceexporter.test.SourceExporterTestCase
RESOURCES_PACKAGE, TEST_DIR
 
Constructor Summary
ArrayExportTest()
           
 
Method Summary
 void testArrayOfDifferentLists()
          Test to make sure that two different empty lists are correctly recreated as two different empty lists.
 void testArrayOfInt()
           
 void testArrayOfInteger()
           
 void testArrayOfNodes()
           
 void testArrayOfSameList()
          Test to make sure that two different empty lists are correctly recreated as two different empty lists.
 void testArrayOfString()
           
 void testArrayTypeConversions()
           
 void testThreeDArrayOfInt()
           
 void testTwoDArrayOfInt()
           
 
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

ArrayExportTest

public ArrayExportTest()
Method Detail

testArrayTypeConversions

public void testArrayTypeConversions()

testArrayOfString

public void testArrayOfString()
                       throws Exception
Exception

testArrayOfInteger

public void testArrayOfInteger()
                        throws Exception
Exception

testArrayOfInt

public void testArrayOfInt()
                    throws Exception
Exception

testTwoDArrayOfInt

public void testTwoDArrayOfInt()
                        throws Exception
Exception

testThreeDArrayOfInt

public void testThreeDArrayOfInt()
                          throws Exception
Exception

testArrayOfNodes

public void testArrayOfNodes()
                      throws Exception
Exception

testArrayOfDifferentLists

public void testArrayOfDifferentLists()
                               throws Exception
Test to make sure that two different empty lists are correctly recreated as two different empty lists.

Exception

testArrayOfSameList

public void testArrayOfSameList()
                         throws Exception
Test to make sure that two different empty lists are correctly recreated as two different empty lists.

Exception