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.82 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.523 s
org.openwms.wms.receiving 2 0 0 0 100% 2.900 s
org.openwms.wms.receiving.impl 4 0 0 0 100% 12.56 s
org.openwms.wms.receiving.rest 21 0 0 0 100% 5.838 s
org.openwms.wms.receiving.transport.event 1 0 0 1 0% 0 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.523 s

org.openwms.wms.receiving

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

org.openwms.wms.receiving.impl

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

org.openwms.wms.receiving.rest

- Class Tests Errors Failures Skipped Success Rate Time
ReceivingUnapprovalDocumentation 1 0 0 0 100% 2.527 s
ReceivingOrderCreatorDocumentation 1 0 0 0 100% 0.063 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 s

Test Cases

[Summary] [Package List] [Test Cases]

ReceivingServiceImplIT

createOrderFull 0.374 s
createOrderWithNull 0.021 s
createOrder 0.040 s
createOrderWithoutID 0.033 s

ReceivingStartupIT

contextLoads 0.006 s

TransportUnitServiceImplIT

upsertWithNull 0 s
- Fails on CI -
upsert 0.039 s

ReceivingUnapprovalDocumentation

shall_do_a_QuantityCapture_on_LOC_unapproved 0.163 s

ReceivingOrderCreatorDocumentation

shall_create_order 0.057 s

TransportUnitEventListenerIT

shall_create_TU 0 s
- Fails on CI -

ReceivingOrderFinderDocumentation

shall_find_order 0.128 s
shall_find_orderBy_BK 0.035 s
shall_NOT_find_order 0.032 s
shall_find_all 0.044 s

IndexControllerDocumentation

shall_return_index 0.235 s

ReceivingControllerDocumentation

shall_return_index 0.059 s
shall_do_a_QuantityCapture_INSUFFICIENT 0.070 s
shall_do_a_QuantityCapture_on_LOC_INSUFFICIENT 0.033 s
shall_do_a_BlindReceipt_in_LU 0.062 s
shall_NOT_cancel_order 0.042 s
shall_fail_to_cancel_a_cancelled_order 0.076 s
shall_do_a_QuantityCapture_on_LOC 0.073 s
shall_do_a_TUCapture_with_unexpected_TU 0.030 s
shall_cancel_order 0.040 s
shall_do_a_BlindReceipt_with_TU 0.022 s
shall_complete_order 0.070 s
shall_do_a_TUCapture_with_expected_TU 0.042 s
shall_update_order 0.037 s
shall_do_a_BlindReceipt_on_LOC 0.024 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