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).
CustomerTest
public CustomerTest(String s)
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