Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
30 0 0 2 93.3% 24.71 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
org.openwms.wms.receiving.transport 2 0 0 1 50.0% 3.205 s
org.openwms.wms.receiving 2 0 0 0 100% 2.694 s
org.openwms.wms.receiving.impl 4 0 0 0 100% 12.96 s
org.openwms.wms.receiving.rest 21 0 0 0 100% 5.849 s
org.openwms.wms.receiving.transport.event 1 0 0 1 0% 0.001 s

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% 3.205 s

org.openwms.wms.receiving

- Class Tests Errors Failures Skipped Success Rate Time
ReceivingStartupIT 1 0 0 0 100% 0.015 s
IndexControllerDocumentation 1 0 0 0 100% 2.679 s

org.openwms.wms.receiving.impl

- Class Tests Errors Failures Skipped Success Rate Time
ReceivingServiceImplIT 4 0 0 0 100% 12.96 s

org.openwms.wms.receiving.rest

- Class Tests Errors Failures Skipped Success Rate Time
ReceivingUnapprovalDocumentation 1 0 0 0 100% 2.541 s
ReceivingOrderCreatorDocumentation 1 0 0 0 100% 0.060 s
ReceivingOrderFinderDocumentation 4 0 0 0 100% 2.498 s
ReceivingControllerDocumentation 15 0 0 0 100% 0.750 s

org.openwms.wms.receiving.transport.event

- Class Tests Errors Failures Skipped Success Rate Time
TransportUnitEventListenerIT 1 0 0 1 0% 0.001 s

Test Cases

[Summary] [Package List] [Test Cases]

ReceivingServiceImplIT

createOrderFull 0.411 s
createOrderWithNull 0.017 s
createOrder 0.040 s
createOrderWithoutID 0.036 s

ReceivingStartupIT

contextLoads 0.005 s

TransportUnitServiceImplIT

upsertWithNull 0 s
- Fails on CI -
upsert 0.038 s

ReceivingUnapprovalDocumentation

shall_do_a_QuantityCapture_on_LOC_unapproved 0.182 s

ReceivingOrderCreatorDocumentation

shall_create_order 0.055 s

TransportUnitEventListenerIT

shall_create_TU 0 s
- Fails on CI -

ReceivingOrderFinderDocumentation

shall_find_order 0.118 s
shall_find_orderBy_BK 0.037 s
shall_NOT_find_order 0.031 s
shall_find_all 0.037 s

IndexControllerDocumentation

shall_return_index 0.236 s

ReceivingControllerDocumentation

shall_return_index 0.053 s
shall_do_a_QuantityCapture_INSUFFICIENT 0.069 s
shall_do_a_QuantityCapture_on_LOC_INSUFFICIENT 0.031 s
shall_do_a_BlindReceipt_in_LU 0.054 s
shall_NOT_cancel_order 0.037 s
shall_fail_to_cancel_a_cancelled_order 0.076 s
shall_do_a_QuantityCapture_on_LOC 0.077 s
shall_do_a_TUCapture_with_unexpected_TU 0.035 s
shall_cancel_order 0.043 s
shall_do_a_BlindReceipt_with_TU 0.029 s
shall_complete_order 0.070 s
shall_do_a_TUCapture_with_expected_TU 0.047 s
shall_update_order 0.035 s
shall_do_a_BlindReceipt_on_LOC 0.021 s
shall_do_a_QuantityCapture 0.049 s

Failure Details

[Summary] [Package List] [Test Cases]


upsertWithNull
- skipped: Fails on CI
shall_create_TU
- skipped: Fails on CI