Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
39 0 12 0 69.2% 90.62 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
- 5 0 0 0 100% 0.536 s
org.openwms.tms 34 0 12 0 64.7% 90.09 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

- Class Tests Errors Failures Skipped Success Rate Time
EnsureArchitectureIT 5 0 0 0 100% 0.536 s

org.openwms.tms

- Class Tests Errors Failures Skipped Success Rate Time
AddProblemDocumentation 3 0 2 0 33.3% 6.820 s
RedirectTODocumentation 5 0 0 0 100% 24.01 s
ChangeStateDocumentation 12 0 9 0 25.0% 27.56 s
ChangeTUDocumentation 3 0 0 0 100% 6.553 s
TransportationDocumentation 1 0 0 0 100% 1.689 s
PrioritizeTODocumentation 2 0 0 0 100% 5.182 s
CreateTODocumentation 7 0 1 0 85.7% 16.84 s
ContextStartIT 1 0 0 0 100% 1.440 s

Test Cases

[Summary] [Package List] [Test Cases]

AddProblemDocumentation

testAddSecondProblem 1.125 s
testAddProblem 1.079 s
- Expecting empty but was: [org.openwms.tms.ProblemHistory@404eb1b7] -
testNullAsAddProblem 1.064 s
- Expecting empty but was: [org.openwms.tms.ProblemHistory@52a9eea7] -

RedirectTODocumentation

testRedirectToBlockedLocation 1.546 s
testRedirectToUnknownTargets 1.135 s
testRedirectToUnknownLocationGroupButLoc 1.096 s
testRedirectToBlockedLocationGroup 1.126 s
testRedirectToUnknownLocationButLocGroup 1.093 s

EnsureArchitectureIT

verify_logger_definition 0.529 s
verify_api_package 0 s
verify_services 0.001 s
verify_transactional_repository_access 0 s
verify_no_cycles 0.006 s

ChangeStateDocumentation

cancellingAnStartedOne 1.114 s
- Status expected:<204> but was:<500> -
turnBackState 1.071 s
settingAnStartedOneOnFailure 1.088 s
- Status expected:<204> but was:<500> -
changingAnCanceledOne 1.091 s
- Status expected:<204> but was:<500> -
startingAnStartedOne 1.100 s
- Status expected:<204> but was:<400> -
finishingAnStartedOne 1.061 s
- Status expected:<204> but was:<400> -
createAnNewOneWhenOneIsAlreadyStarted 1.131 s
finishingAnInitializedOne 1.086 s
settingAnInitializedOneOnFailure 1.085 s
- Status expected:<204> but was:<500> -
cancellingAnInitializedOne 1.088 s
- Status expected:<204> but was:<500> -
changingAnFinishedOne 1.068 s
- Status expected:<204> but was:<400> -
changingAnOnFailureOne 1.078 s
- Status expected:<204> but was:<500> -

ChangeTUDocumentation

testTUChangeUnknownTU 1.069 s
testTUChangeTUWithNUll 1.058 s
testTUChange 1.058 s

TransportationDocumentation

shall_find_one_for_barcode 0.137 s

PrioritizeTODocumentation

prioritizeTOWithUnknownPriority 1.110 s
prioritizeTO 1.085 s

CreateTODocumentation

testCreateTO 1.070 s
testCreateTOUnknownPriority 1.035 s
testCreateTOAndGet 1.097 s
- JSON path "state" Expected: is "STARTED" but: was "INITIALIZED" -
testCreateTOTargetNotAvailable 1.073 s
testCreateTOSimple 1.083 s
testCreateTOUnknownTarget 1.057 s
testCreateTOUnknownTU 1.053 s

ContextStartIT

contextLoads 0.010 s

Failure Details

[Summary] [Package List] [Test Cases]


testAddProblem
- java.lang.AssertionError: Expecting empty but was: [org.openwms.tms.ProblemHistory@404eb1b7]
-
org.openwms.tms.AddProblemDocumentation:90
testNullAsAddProblem
- java.lang.AssertionError: Expecting empty but was: [org.openwms.tms.ProblemHistory@52a9eea7]
-
org.openwms.tms.AddProblemDocumentation:67
cancellingAnStartedOne
- java.lang.AssertionError: Status expected:<204> but was:<500>
-
org.openwms.tms.ChangeStateDocumentation:222
settingAnStartedOneOnFailure
- java.lang.AssertionError: Status expected:<204> but was:<500>
-
org.openwms.tms.ChangeStateDocumentation:247
changingAnCanceledOne
- java.lang.AssertionError: Status expected:<204> but was:<500>
-
org.openwms.tms.ChangeStateDocumentation:358
startingAnStartedOne
- java.lang.AssertionError: Status expected:<204> but was:<400>
-
org.openwms.tms.ChangeStateDocumentation:197
finishingAnStartedOne
- java.lang.AssertionError: Status expected:<204> but was:<400>
-
org.openwms.tms.ChangeStateDocumentation:271
settingAnInitializedOneOnFailure
- java.lang.AssertionError: Status expected:<204> but was:<500>
-
org.openwms.tms.ChangeStateDocumentation:145
cancellingAnInitializedOne
- java.lang.AssertionError: Status expected:<204> but was:<500>
-
org.openwms.tms.ChangeStateDocumentation:118
changingAnFinishedOne
- java.lang.AssertionError: Status expected:<204> but was:<400>
-
org.openwms.tms.ChangeStateDocumentation:294
changingAnOnFailureOne
- java.lang.AssertionError: Status expected:<204> but was:<500>
-
org.openwms.tms.ChangeStateDocumentation:326
testCreateTOAndGet
- java.lang.AssertionError: JSON path "state" Expected: is "STARTED" but: was "INITIALIZED"
-
org.openwms.tms.CreateTODocumentation:106