Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
17 0 0 1 94.118% 26.429

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.shipping 8 0 0 1 87.5% 18.599
org.openwms.wms.shipping.impl 9 0 0 0 100% 7.83

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

org.openwms.wms.shipping

Class Tests Errors Failures Skipped Success Rate Time
ShippingControllerDocumentation 7 0 0 1 85.714% 14.267
IndexControllerDocumentation 1 0 0 0 100% 4.332

org.openwms.wms.shipping.impl

Class Tests Errors Failures Skipped Success Rate Time
ShippingServiceImplIT 4 0 0 0 100% 4.194
ShippingOrderIT 5 0 0 0 100% 3.636

Test Cases

[Summary] [Package List] [Test Cases]

ShippingServiceImplIT

testCreateManualOrder 0.159
testDuplicateOrder 0.045
testCreateOrderEOWithSplits 0.114
testCreateOrderWithMapper 0.045

ShippingControllerDocumentation

shall_return_index 0.409
shall_create_order 0.745
shall_findByOrderId 0.16
shall_patch_order 0
void org.openwms.wms.shipping.ShippingControllerDocumentation.shall_patch_order() throws java.lang.Exception is @Disabled
shall_findByPositionPKey 0.145
shall_findAllInState 0.163
shall_findByPKey 0.122

ShippingOrderIT

testPersistence 0.034
testUniqueness 0.026
testDeletionLifecycle 0.055
testCreationLifecycle 0.018
testWithoutID 0.007

IndexControllerDocumentation

shall_return_index 0.045

Failure Details

[Summary] [Package List] [Test Cases]


shall_patch_order
skipped: void org.openwms.wms.shipping.ShippingControllerDocumentation.shall_patch_order() throws java.lang.Exception is @Disabled