Package edu.pdx.cs.joy.airline
Class FlightTest
java.lang.Object
edu.pdx.cs.joy.airline.FlightTest
Unit tests for the
Flight class.
You'll need to update these unit tests as you build out you program.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) voidThis unit test will need to be modified (likely deleted) as you implement your project.(package private) voidThis unit test will need to be modified (likely deleted) as you implement your project.
-
Constructor Details
-
FlightTest
public FlightTest()
-
-
Method Details
-
getArrivalStringNeedsToBeImplemented
This unit test will need to be modified (likely deleted) as you implement your project. -
initiallyAllFlightsHaveTheSameNumber
This unit test will need to be modified (likely deleted) as you implement your project. -
forProject1ItIsOkayIfGetDepartureTimeReturnsNull
-