public class AirportTest
extends java.lang.Object
Constructor and Description |
---|
AirportTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAirport()
Test method for
Airport.Airport() . |
void |
testAirportCity()
Test method for
Airport.Airport(com.ecse321.flightbooking.flights.City)
. |
void |
testGetSetCity()
Test method for
Airport.getCity() . |
public void testAirport()
Airport.Airport()
.public void testAirportCity()
Airport.Airport(com.ecse321.flightbooking.flights.City)
.public void testGetSetCity()
Airport.getCity()
.