Package test
Class FlightTest
java.lang.Object
test.FlightTest
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FlightTest
public FlightTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
testAddPassenger
- Throws:
FlightBookingSystemException
-
testAddPassengerAtFullCapacity
- Throws:
FlightBookingSystemException
-
testRemovePassenger
- Throws:
FlightBookingSystemException
-
testDeleteFlight
@Test public void testDeleteFlight() -
testCalculatePrice
@Test public void testCalculatePrice() -
testHasDeparted
@Test public void testHasDeparted() -
testGetPassengerDetails
- Throws:
FlightBookingSystemException
-
testGetDetailsShort
@Test public void testGetDetailsShort() -
testGetDetailsLong
- Throws:
FlightBookingSystemException
-