|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
tests.TravelPartConnectionChunkTest
Tests the TravelPartConnectionChunk class.
Field Summary |
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
TravelPartConnectionChunkTest()
|
Method Summary | |
void |
testClone()
Tests cloning. |
void |
testGetDestinationStationIndex()
Test the getting of the index of the destination station. |
void |
testGetEndDate()
Test the getting of the end date. |
void |
testGetOriginStationIndex()
Test the getting of the index of the origin station. |
void |
testGetRealConnection()
Test the getting of the connection this chunk is taken by. |
void |
testGetRevertedPart()
Tests if the use of this method is disabled. |
void |
testGetStartDate()
Test the getting of the start date. |
void |
testSetDestinationStationIndex()
Test the setting of the index of the destination station. |
void |
testSetEndDate()
Test the setting of the end date. |
void |
testSetOriginStationIndex()
Test the setting of the index of the origin station. |
void |
testSetRealConnection()
Test the setting of the connection this chunk is taken by. |
void |
testSetStartDate()
Test the setting of the start date. |
void |
testTravelPartConnectionChunk()
Tests the constructor. |
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 TravelPartConnectionChunkTest()
Method Detail |
public void testGetRevertedPart()
public void testTravelPartConnectionChunk()
public void testGetOriginStationIndex()
public void testSetOriginStationIndex()
public void testGetDestinationStationIndex()
public void testSetDestinationStationIndex()
public void testGetRealConnection()
public void testSetRealConnection()
public void testGetStartDate()
public void testSetStartDate()
public void testGetEndDate()
public void testSetEndDate()
public void testClone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |