Browse Source

get arrival of flight

feature-pr-PersonClass
Imron 3 years ago
parent
commit
099e52b18c
  1. 2
      src/test/java/hs/fulda/de/ci/exam/project/FlightTest.java
  2. BIN
      target/test-classes/hs/fulda/de/ci/exam/project/FlightTest.class

2
src/test/java/hs/fulda/de/ci/exam/project/FlightTest.java

@ -59,6 +59,8 @@ class FlightTest {
@Test
void getArrival() {
assertThat(flight1.getArrival()).describedAs("get arrival of flight").isEqualTo(airport1_ist);
}
@Test

BIN
target/test-classes/hs/fulda/de/ci/exam/project/FlightTest.class

Loading…
Cancel
Save