Sada realizovaných testů - martinbrom/fly-by GitHub Wiki
Sada realizovaných testů
Backend
AircraftAirport
| Název | Stav | Datum | Issue |
|---|---|---|---|
| testCreate | A | 1.5.2018 | |
| testCanFly | A | 1.5.2018 | |
| testAircraftAirportOrderRelation | A | 1.5.2018 |
AircraftImage
| Název | Stav | Datum | Issue |
|---|---|---|---|
| testCreate | A | 1.5.2018 | |
| testPathValidation | A | 1.5.2018 | |
| testDescriptionValidation | A | 1.5.2018 | |
| testAircraftImageAircraftRelation | A | 1.5.2018 |
Aircraft
| Název | Stav | Datum | Issue |
|---|---|---|---|
| testCreate | A | 1.5.2018 | |
| testNameValidation | A | 1.5.2018 | |
| testRangeValidation | A | 1.5.2018 | |
| testSpeedValidation | A | 1.5.2018 | |
| testCostValidation | A | 1.5.2018 | |
| testAircraftAirportRelation | A | 1.5.2018 | |
| testAircraftAircraftImageRelation | A | 1.5.2018 | |
| testCanFly | A | 1.5.2018 | |
| testGetCostForDistance | A | 1.5.2018 | |
| testGetDurationForDistance | A | 1.5.2018 |
Airport
| Název | Stav | Datum | Issue |
|---|---|---|---|
| testCreate | A | 1.5.2018 | |
| testNameValidation | A | 1.5.2018 | |
| testCodeValidation | A | 1.5.2018 | |
| testLatitudeValidation | A | 1.5.2018 | |
| testLongitudeValidation | A | 1.5.2018 | |
| testGetDistance | A | 1.5.2018 | |
| testAirportAircraftRelation | A | 1.5.2018 | |
| testAllOtherQueryScope | A | 1.5.2018 | |
| testGetAllWithAircrafts | A | 1.5.2018 |
Order
| Název | Stav | Datum | Issue |
|---|---|---|---|
| testCreate | A | 1.5.2018 | |
| testPriceValidation | A | 1.5.2018 | |
| testFlightPriceValidation | A | 1.5.2018 | |
| testTransportPriceValidation | A | 1.5.2018 | |
| testCodeValidation | A | 1.5.2018 | |
| testEmailValidation | A | 1.5.2018 | |
| testUserNoteValidation | A | 1.5.2018 | |
| testAdminNoteValidation | A | 1.5.2018 | |
| testConfirmedAtValidation | A | 1.5.2018 | |
| testConfirmedAtInvalidArgumentException | A | 1.5.2018 | |
| testCompletedAtInvalidArgumentException | A | 1.5.2018 | |
| testOrderRouteRelation | A | 1.5.2018 | |
| testOrderAircraftAirportRelation | A | 1.5.2018 | |
| testConfirm | A | 1.5.2018 | |
| testComplete | A | 1.5.2018 | |
| testRecalculateDuration | A | 1.5.2018 | |
| testRecalculateTransportPrice | A | 1.5.2018 | |
| testRecalculateFlightPrice | A | 1.5.2018 | |
| testRecalculatePrice | A | 1.5.2018 | |
| testGenerateCode | A | 1.5.2018 | |
| testConfirmedQueryScope | A | 1.5.2018 | |
| testUnconfirmedQueryScope | A | 1.5.2018 | |
| testCompletedQueryScope | A | 1.5.2018 | |
| testUncompletedQueryScope | A | 1.5.2018 | |
| testConfirmedOrderDeletion | A | 1.5.2018 | |
| testUnconfirmedOrderDeletion | A | 1.5.2018 |
Route
| Název | Stav | Datum | Issue |
|---|---|---|---|
| testCreate | A | 1.5.2018 | |
| testDistanceValidation | A | 1.5.2018 | |
| testRouteValidation | A | 1.5.2018 | |
| testRouteOrderRelation | A | 1.5.2018 | |
| testRouteAirportFromRelation | A | 1.5.2018 | |
| testRouteAirportToRelation | A | 1.5.2018 | |
| testPredefinedQueryScope | A | 1.5.2018 | |
| testCommonQueryScope | A | 1.5.2018 | |
| testDistanceCalculation | A | 1.5.2018 |