public class StopoverInfoTest
extends java.lang.Object
Constructor and Description |
---|
StopoverInfoTest() |
Modifier and Type | Method and Description |
---|---|
void |
testEqualsObject()
Test method for
StopoverInfo.equals(java.lang.Object)
. |
void |
testGetSetAirport()
Test method for
StopoverInfo.getAirport() . |
void |
testGetSetArrivalTime()
Test method for
StopoverInfo.getArrivalTime() . |
void |
testGetSetDepartureTime()
Test method for
StopoverInfo.getDepartureTime() . |
void |
testLength()
Test method for
StopoverInfo.length() . |
void |
testStopoverInfo()
Test method for
StopoverInfo.StopoverInfo() . |
void |
testStopoverInfoDateDateAirport()
|
public void testStopoverInfo()
StopoverInfo.StopoverInfo()
.public void testStopoverInfoDateDateAirport() throws java.text.ParseException
StopoverInfo.StopoverInfo(java.util.Date, java.util.Date, com.ecse321.flightbooking.flights.Airport)
.java.text.ParseException
public void testGetSetAirport() throws java.text.ParseException
StopoverInfo.getAirport()
.java.text.ParseException
public void testGetSetArrivalTime() throws java.text.ParseException
StopoverInfo.getArrivalTime()
.java.text.ParseException
public void testGetSetDepartureTime() throws java.text.ParseException
StopoverInfo.getDepartureTime()
.java.text.ParseException
public void testLength() throws java.text.ParseException
StopoverInfo.length()
.java.text.ParseException
public void testEqualsObject() throws java.text.ParseException
StopoverInfo.equals(java.lang.Object)
.java.text.ParseException