|
|||||||||||
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.TravelPartsListTest
Tests the TravelPartsList class.
Field Summary |
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
TravelPartsListTest()
|
Method Summary | |
void |
testAddTravelPart()
Tests the adding of a single TravelPart to the list. |
void |
testAddTravelParts()
Tests the adding of a list of parts. |
void |
testGetChangesCount()
Tests the getting of changes count. |
void |
testGetFirstTravelPart()
Tests the getting of the first part from the list. |
void |
testGetLastTravelPart()
Tests the getting of the last part from the list. |
void |
testGetLength()
Tests the getting of the total length of all the parts in the list. |
void |
testGetRevertList()
Tests getting of the reverted list. |
void |
testGetTravelPartsCount()
Tests the getting of the count of travel parts. |
void |
testInitialValueOfFContainsFeedback()
Tests the initial value of the fContainsFeedback flag. |
void |
testIsEqual()
Tests the equality test. |
void |
testTravelPartsList()
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 TravelPartsListTest()
Method Detail |
public void testTravelPartsList()
public void testAddTravelPart()
public void testAddTravelParts()
public void testGetChangesCount()
public void testGetFirstTravelPart()
public void testGetLastTravelPart()
public void testGetTravelPartsCount()
public void testGetLength()
public void testIsEqual()
public void testGetRevertList()
public void testInitialValueOfFContainsFeedback()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |