@ -19,7 +19,13 @@ class FlightInstanceTest {
@Test
void getGate(){
assertThat(fInstance1.getGate()).describedAs("get departure time of flight isntance").isEqualTo("G15");
assertThat(fInstance1.getGate()).describedAs("get gate number of flight isntance").isEqualTo("G15");
}
void getStatus(){
assertThat(fInstance1.getStatus()).describedAs("get status of flight isntance").isEqualTo(InAir);