|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--ca.quine.jcommons.sourceexporter.test.SourceExporterTestCase | +--ca.quine.jcommons.sourceexporter.test.ArrayExportTest
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 |
public ArrayExportTest()
Method Detail |
public void testArrayTypeConversions()
public void testArrayOfString() throws Exception
Exception
public void testArrayOfInteger() throws Exception
Exception
public void testArrayOfInt() throws Exception
Exception
public void testTwoDArrayOfInt() throws Exception
Exception
public void testThreeDArrayOfInt() throws Exception
Exception
public void testArrayOfNodes() throws Exception
Exception
public void testArrayOfDifferentLists() throws Exception
Exception
public void testArrayOfSameList() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |