taxisrus.tests
Class CustomerTest

taxisrus.tests.CustomerTest

public class CustomerTest

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
CustomerTest(String s)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testCustomer()
          Tests creating one customer.
 void testCustomerGetAndSetMethods()
          Tests "set" and "get" methods.
 void testTwoCustomers()
          Tests, two customers.
 

Constructor Detail

CustomerTest

public CustomerTest(String s)
Method Detail

suite

public static junit.framework.Test suite()

testCustomer

public void testCustomer()
Tests creating one customer.

testTwoCustomers

public void testTwoCustomers()
Tests, two customers. Make sure they are unique.

testCustomerGetAndSetMethods

public void testCustomerGetAndSetMethods()
Tests "set" and "get" methods.


API documentation for build 958