Browse Source

get duration of flight

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

@ -65,5 +65,7 @@ class FlightTest {
@Test
void getDurationInMinutes() {
assertThat(flight1.getDurationInMinutes()).describedAs("get duration of flight").isEqualTo(140);
}
}

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

Loading…
Cancel
Save