taxisrus.tests
Class TaxiTest

taxisrus.tests.TaxiTest

public class TaxiTest

Template for creating new JUnit testcases. Replace all instances of UnitTestTemplate with the desired test name. All methods beginning with the the lowercase word "test" will be invoked (via Java's reflection).


Constructor Summary
TaxiTest(String s)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testTaxi()
           
 void testTwoTaxis()
           
 

Constructor Detail

TaxiTest

public TaxiTest(String s)
Method Detail

suite

public static junit.framework.Test suite()

testTaxi

public void testTaxi()

testTwoTaxis

public void testTwoTaxis()


API documentation for build 958