|
|||||||||||
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.TravelPartsGeneratorTest
Tests the TravelPartsGenerator class.
Field Summary |
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
TravelPartsGeneratorTest()
|
Method Summary | |
void |
testAreCloseEnough()
Tests the AreCloseEnough() method. |
void |
testGenerateTravelParts()
Tests if the GenerateTravelParts() method is checking for null parameters and does return an empty list if there is no division. |
void |
testGetMaxPartsCount()
Tests the getting of the max parts count. |
void |
testMaxDepthValue()
Tests the MAX_DEPTH value. |
void |
testMaxNumbersOfStationsInRange()
Tests the maximal numbers of stations in range of each type. |
void |
testMaxTravelPartsSpace()
Tests the value of the max space between the travel parts. |
void |
testSearchStartValues()
Tests the values of search ranges for the all types of stations. |
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 TravelPartsGeneratorTest()
Method Detail |
public void testAreCloseEnough()
public void testMaxDepthValue()
public void testGetMaxPartsCount()
public void testSearchStartValues()
public void testMaxTravelPartsSpace()
public void testMaxNumbersOfStationsInRange()
public void testGenerateTravelParts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |