Browse Source

get departure of flight

feature-pr-PersonClass
Imron 3 years ago
parent
commit
6f70b66a2b
  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

@ -53,6 +53,8 @@ class FlightTest {
@Test
void getDeparture() {
assertThat(flight1.getDeparture()).describedAs("get departure of flight").isEqualTo(airport_fr);
}
@Test

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

Loading…
Cancel
Save