public class CustomerTest
extends java.lang.Object
Constructor and Description |
---|
CustomerTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCustomer()
Test method for
Customer.Customer()
. |
void |
testCustomerStringStringStringStringString()
|
void |
testGetBookings()
Test method for
Customer.getBookings() . |
void |
testGetSetAddress()
Test method for
Customer.getAddress() . |
void |
testGetSetFaxNum()
Test method for
Customer.getFaxNum() . |
void |
testGetSetForename()
Test method for
Customer.getForename() . |
void |
testGetSetSurname()
Test method for
Customer.getSurname() . |
void |
testGetSetTelNum()
Test method for
Customer.getTelNum() . |
public void testCustomer()
Customer.Customer()
.public void testCustomerStringStringStringStringString()
public void testGetSetSurname()
Customer.getSurname()
.public void testGetSetForename()
Customer.getForename()
.public void testGetSetAddress()
Customer.getAddress()
.public void testGetSetTelNum()
Customer.getTelNum()
.public void testGetSetFaxNum()
Customer.getFaxNum()
.public void testGetBookings()
Customer.getBookings()
.