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% 92.08 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.654 s
org.openwms.tms 34 0 12 0 64.7% 91.42 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.654 s

org.openwms.tms

- Class Tests Errors Failures Skipped Success Rate Time
ChangeTUDocumentation 3 0 0 0 100% 7.042 s
ChangeStateDocumentation 12 0 9 0 25.0% 28.75 s
TransportationDocumentation 1 0 0 0 100% 1.409 s
AddProblemDocumentation 3 0 2 0 33.3% 7.814 s
ContextStartIT 1 0 0 0 100% 1.225 s
PrioritizeTODocumentation 2 0 0 0 100% 4.822 s
CreateTODocumentation 7 0 1 0 85.7% 29.16 s
RedirectTODocumentation 5 0 0 0 100% 11.21 s

Test Cases

[Summary] [Package List] [Test Cases]

ChangeTUDocumentation

testTUChangeUnknownTU 1.126 s
testTUChangeTUWithNUll 1.069 s
testTUChange 1.073 s

ChangeStateDocumentation

cancellingAnStartedOne 1.151 s
- Status expected:<204> but was:<400> -
turnBackState 1.072 s
settingAnStartedOneOnFailure 1.222 s
- Status expected:<204> but was:<400> -
changingAnCanceledOne 1.150 s
- Status expected:<204> but was:<400> -
startingAnStartedOne 1.106 s
- Status expected:<204> but was:<400> -
finishingAnStartedOne 1.061 s
- Status expected:<204> but was:<400> -
createAnNewOneWhenOneIsAlreadyStarted 1.167 s
finishingAnInitializedOne 1.075 s
settingAnInitializedOneOnFailure 1.221 s
- Status expected:<204> but was:<400> -
cancellingAnInitializedOne 1.206 s
- Status expected:<204> but was:<400> -
changingAnFinishedOne 1.081 s
- Status expected:<204> but was:<400> -
changingAnOnFailureOne 1.230 s
- Status expected:<204> but was:<400> -

TransportationDocumentation

shall_find_one_for_barcode 0.036 s

AddProblemDocumentation

testAddSecondProblem 1.150 s
testAddProblem 1.096 s
- Expecting empty but was: [org.openwms.tms.ProblemHistory@13a7334e] -
testNullAsAddProblem 1.089 s
- Expecting empty but was: [org.openwms.tms.ProblemHistory@61669b9e] -

ContextStartIT

contextLoads 0.009 s

PrioritizeTODocumentation

prioritizeTOWithUnknownPriority 1.076 s
prioritizeTO 1.087 s

CreateTODocumentation

testCreateTO 1.496 s
testCreateTOUnknownPriority 1.079 s
testCreateTOAndGet 1.119 s
- JSON path "state" Expected: is "STARTED" but: was "INITIALIZED" -
testCreateTOTargetNotAvailable 1.082 s
testCreateTOSimple 1.082 s
testCreateTOUnknownTarget 1.069 s
testCreateTOUnknownTU 1.067 s

RedirectTODocumentation

testRedirectToBlockedLocation 1.065 s
testRedirectToUnknownTargets 1.054 s
testRedirectToUnknownLocationGroupButLoc 1.066 s
testRedirectToBlockedLocationGroup 1.055 s
testRedirectToUnknownLocationButLocGroup 1.049 s

EnsureArchitectureIT

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

Failure Details

[Summary] [Package List] [Test Cases]


cancellingAnStartedOne
- java.lang.AssertionError: Status expected:<204> but was:<400>
-
org.openwms.tms.ChangeStateDocumentation:222
settingAnStartedOneOnFailure
- java.lang.AssertionError: Status expected:<204> but was:<400>
-
org.openwms.tms.ChangeStateDocumentation:247
changingAnCanceledOne
- java.lang.AssertionError: Status expected:<204> but was:<400>
-
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:<400>
-
org.openwms.tms.ChangeStateDocumentation:145
cancellingAnInitializedOne
- java.lang.AssertionError: Status expected:<204> but was:<400>
-
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:<400>
-
org.openwms.tms.ChangeStateDocumentation:326
testAddProblem
- java.lang.AssertionError: Expecting empty but was: [org.openwms.tms.ProblemHistory@13a7334e]
-
org.openwms.tms.AddProblemDocumentation:90
testNullAsAddProblem
- java.lang.AssertionError: Expecting empty but was: [org.openwms.tms.ProblemHistory@61669b9e]
-
org.openwms.tms.AddProblemDocumentation:67
testCreateTOAndGet
- java.lang.AssertionError: JSON path "state" Expected: is "STARTED" but: was "INITIALIZED"
-
org.openwms.tms.CreateTODocumentation:106