Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
39 0 12 0 69.231% 75.043

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.577
org.openwms.tms 34 0 12 0 64.706% 74.466

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.577

org.openwms.tms

Class Tests Errors Failures Skipped Success Rate Time
RedirectTODocumentation 5 0 0 0 100% 9.649
ChangeTUDocumentation 3 0 0 0 100% 5.295
ChangeStateDocumentation 12 0 9 0 25% 21.797
AddProblemDocumentation 3 0 2 0 33.333% 5.654
TransportationDocumentation 1 0 0 0 100% 9.595
PrioritizeTODocumentation 2 0 0 0 100% 3.403
ContextStartIT 1 0 0 0 100% 1.805
CreateTODocumentation 7 0 1 0 85.714% 17.268

Test Cases

[Summary] [Package List] [Test Cases]

RedirectTODocumentation

testRedirectToBlockedLocation 0.081
testRedirectToUnknownTargets 0.068
testRedirectToUnknownLocationGroupButLoc 0.096
testRedirectToBlockedLocationGroup 0.063
testRedirectToUnknownLocationButLocGroup 0.06

ChangeTUDocumentation

testTUChangeUnknownTU 0.071
testTUChangeTUWithNUll 0.052
testTUChange 0.045

ChangeStateDocumentation

cancellingAnStartedOne 0.096
Status expected:<204> but was:<500>
turnBackState 0.067
settingAnStartedOneOnFailure 0.086
Status expected:<204> but was:<500>
changingAnCanceledOne 0.093
Status expected:<204> but was:<500>
startingAnStartedOne 0.087
Status expected:<204> but was:<400>
finishingAnStartedOne 0.058
Status expected:<204> but was:<400>
createAnNewOneWhenOneIsAlreadyStarted 0.086
finishingAnInitializedOne 0.07
settingAnInitializedOneOnFailure 0.078
Status expected:<204> but was:<500>
cancellingAnInitializedOne 0.086
Status expected:<204> but was:<500>
changingAnFinishedOne 0.088
Status expected:<204> but was:<400>
changingAnOnFailureOne 0.07
Status expected:<204> but was:<500>

AddProblemDocumentation

testAddSecondProblem 0.167
testAddProblem 0.063
Expecting empty but was: [org.openwms.tms.ProblemHistory@4d92d7a0]
testNullAsAddProblem 0.098
Expecting empty but was: [org.openwms.tms.ProblemHistory@3abf7b8d]

TransportationDocumentation

shall_find_one_for_barcode 0.418

PrioritizeTODocumentation

prioritizeTOWithUnknownPriority 0.047
prioritizeTO 0.051

EnsureArchitectureIT

verify_logger_definition 0.571
verify_api_package 0
verify_services 0
verify_transactional_repository_access 0.001
verify_no_cycles 0.005

ContextStartIT

contextLoads 0.007

CreateTODocumentation

testCreateTO 0.178
testCreateTOUnknownPriority 0.055
testCreateTOAndGet 0.09
JSON path "state" Expected: is "STARTED" but: was "INITIALIZED"
testCreateTOTargetNotAvailable 0.069
testCreateTOSimple 0.061
testCreateTOUnknownTarget 0.057
testCreateTOUnknownTU 0.094

Failure Details

[Summary] [Package List] [Test Cases]


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
testAddProblem
java.lang.AssertionError: Expecting empty but was: [org.openwms.tms.ProblemHistory@4d92d7a0]
org.openwms.tms.AddProblemDocumentation:90
testNullAsAddProblem
java.lang.AssertionError: Expecting empty but was: [org.openwms.tms.ProblemHistory@3abf7b8d]
org.openwms.tms.AddProblemDocumentation:67
testCreateTOAndGet
java.lang.AssertionError: JSON path "state" Expected: is "STARTED" but: was "INITIALIZED"
org.openwms.tms.CreateTODocumentation:108