tests
Class TravelDivisionsConnectionsFinderTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytests.TravelDivisionsConnectionsFinderTest
All Implemented Interfaces:
junit.framework.Test

public class TravelDivisionsConnectionsFinderTest
extends junit.framework.TestCase

Tests the TravelDivisionsConnectionsFinder class.

Author:
Piotrek

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TravelDivisionsConnectionsFinderTest()
           
 
Method Summary
 void testFindConnections()
          Tests parameters checking only of the FindConnections().
 void testMaxStartingConnectionsCount()
          Tests the max number of starting connections.
 void testReservedTaxiTime()
          Tests the time being reserved for the taxi travel part.
 void testReservedWalkTime()
          Tests the time being reserved for the walk travel part.
 void testSetTravelInfoProvider()
          Tests the setting of the info provider.
 void testTravelDivisionsConnectionsFinder()
          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

TravelDivisionsConnectionsFinderTest

public TravelDivisionsConnectionsFinderTest()
Method Detail

testTravelDivisionsConnectionsFinder

public void testTravelDivisionsConnectionsFinder()
Tests the constructor.


testSetTravelInfoProvider

public void testSetTravelInfoProvider()
Tests the setting of the info provider.


testFindConnections

public void testFindConnections()
Tests parameters checking only of the FindConnections().


testReservedWalkTime

public void testReservedWalkTime()
Tests the time being reserved for the walk travel part.


testReservedTaxiTime

public void testReservedTaxiTime()
Tests the time being reserved for the taxi travel part.


testMaxStartingConnectionsCount

public void testMaxStartingConnectionsCount()
Tests the max number of starting connections.