Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
28 1 0 1 92.857% 29.984

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
org.openwms.wms.receiving.transport 2 0 0 1 50% 0.063
org.openwms.wms.receiving 2 0 0 0 100% 18.594
org.openwms.wms.receiving.impl 4 1 0 0 75% 4.662
org.openwms.wms.receiving.rest 20 0 0 0 100% 6.665

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

org.openwms.wms.receiving.transport

Class Tests Errors Failures Skipped Success Rate Time
TransportUnitServiceImplIT 2 0 0 1 50% 0.063

org.openwms.wms.receiving

Class Tests Errors Failures Skipped Success Rate Time
ReceivingStartupIT 1 0 0 0 100% 5.277
IndexControllerDocumentation 1 0 0 0 100% 13.317

org.openwms.wms.receiving.impl

Class Tests Errors Failures Skipped Success Rate Time
ReceivingServiceImplIT 4 1 0 0 75% 4.662

org.openwms.wms.receiving.rest

Class Tests Errors Failures Skipped Success Rate Time
ReceivingOrderFinderDocumentation 4 0 0 0 100% 0.23
ReceivingOrderCreatorDocumentation 1 0 0 0 100% 0.115
ReceivingControllerDocumentation 15 0 0 0 100% 6.32

Test Cases

[Summary] [Package List] [Test Cases]

ReceivingServiceImplIT

createOrderFull 0.143
createOrderWithNull 0.011
createOrder 0.02
createOrderWithoutID 0.028
For input string: "RO1001"

TransportUnitServiceImplIT

upsertWithNull 0
Fails on CI
upsert 0.042

ReceivingStartupIT

contextLoads 0.009

ReceivingOrderFinderDocumentation

shall_find_order 0.095
shall_find_orderBy_BK 0.037
shall_NOT_find_order 0.025
shall_find_all 0.054

IndexControllerDocumentation

shall_return_index 0.371

ReceivingOrderCreatorDocumentation

shall_create_order 0.109

ReceivingControllerDocumentation

shall_return_index 0.119
shall_do_a_QuantityCapture_INSUFFICIENT 0.398
shall_do_a_QuantityCapture_on_LOC_INSUFFICIENT 0.084
shall_do_a_BlindReceipt_in_LU 0.13
shall_NOT_cancel_order 0.169
shall_do_a_QuantityCapture_on_LOC 0.111
shall_do_a_TUCapture_with_unexpected_TU 0.066
shall_cancel_order 0.043
shall_do_a_BlindReceipt_with_TU 0.039
shall_complete_order 0.046
shall_do_a_TUCapture_with_expected_TU 0.042
shall_update_order 0.05
shall_do_a_BlindReceipt_on_LOC 0.052
shall_cancel_cancelled_order 0.045
shall_do_a_QuantityCapture 0.073

Failure Details

[Summary] [Package List] [Test Cases]


createOrderWithoutID
java.lang.NumberFormatException: For input string: "RO1001"
org.openwms.wms.receiving.impl.ReceivingServiceImplIT:69
upsertWithNull
skipped: Fails on CI