ps2.test
Class SpecificationTests

java.lang.Object
  extended by junit.framework.TestSuite
      extended by ps2.test.SpecificationTests
All Implemented Interfaces:
Test

public final class SpecificationTests
extends TestSuite

SpecificationTests is a simple TestSuite that includes and runs all the tests in GeoPointTest, GeoSegmentTest, GeoFeatureTest, RouteTest, WalkingRouteFormatterTest, and DrivingRouteFormatterTest.


Constructor Summary
SpecificationTests()
           
SpecificationTests(String name)
           
 
Method Summary
static Test suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpecificationTests

public SpecificationTests()

SpecificationTests

public SpecificationTests(String name)
Method Detail

suite

public static Test suite()