Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
172 0 0 7 95.9% 49.69 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.common.transport.commands 6 0 0 6 0% 0 s
org.openwms.common.transport.impl 44 0 0 0 100% 6.486 s
org.openwms.common.location 65 0 0 0 100% 9.507 s
org.openwms.common 1 0 0 0 100% 0.068 s
org.openwms.common.account 10 0 0 0 100% 20.21 s
org.openwms.common.location.impl 16 0 0 0 100% 7.677 s
org.openwms.common.transport 30 0 0 1 96.7% 5.742 s

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

org.openwms.common.transport.commands

- Class Tests Errors Failures Skipped Success Rate Time
TransportUnitCommandListenerIT 6 0 0 6 0% 0 s

org.openwms.common.transport.impl

- Class Tests Errors Failures Skipped Success Rate Time
TransportUnitServiceImplAsyncIT 1 0 0 0 100% 3.401 s
TransportUnitServiceImplIT 25 0 0 0 100% 1.276 s
TransportUnitTypeIT 3 0 0 0 100% 0.121 s
TransportUnitIT 7 0 0 0 100% 1.198 s
TransportUnitTypeServiceImplIT 8 0 0 0 100% 0.490 s

org.openwms.common.location

- Class Tests Errors Failures Skipped Success Rate Time
LocationIT 3 0 0 0 100% 0.086 s
LocationControllerDocumentation$ERPCodeTests 1 0 0 0 100% 0.071 s
LocationControllerDocumentation$FindByPkTests 2 0 0 0 100% 0.115 s
TargetControllerDocumentation$PermanentLockTests 4 0 0 0 100% 0.283 s
LocationControllerDocumentation$DeletionTests 2 0 0 0 100% 0.151 s
LocationControllerDocumentation 3 0 0 0 100% 0.351 s
LocationGroupControllerDocumentation$DeletionTests 2 0 0 0 100% 0.233 s
LocationGroupControllerDocumentation$StateChangeTests 5 0 0 0 100% 0.487 s
LocationGroupControllerDocumentation 1 0 0 0 100% 0.101 s
LocationTypeControllerDocumentation 6 0 0 0 100% 0.330 s
LocationControllerDocumentation 0 0 0 0 0% 2.303 s
LocationGroupControllerDocumentation 0 0 0 0 0% 1.398 s
TargetControllerDocumentation$AllocationLockTests 4 0 0 0 100% 0.286 s
TargetControllerDocumentation 0 0 0 0 0% 0.575 s
LocationGroupControllerDocumentation$FinderTests 4 0 0 0 100% 0.364 s
LocationGroupControllerDocumentation$CreationTests 2 0 0 0 100% 0.199 s
LocationControllerDocumentation$StateChangeTests 9 0 0 0 100% 0.724 s
TargetControllerOperationalLocksDocumentation 4 0 0 0 100% 0.577 s
LocationControllerDocumentation$FindByIdTests 6 0 0 0 100% 0.405 s
LocationControllerDocumentation$FindByNameTests 4 0 0 0 100% 0.261 s
LocationControllerDocumentation$PLCCodeTests 3 0 0 0 100% 0.207 s

org.openwms.common

- Class Tests Errors Failures Skipped Success Rate Time
IndexControllerDocumentation 1 0 0 0 100% 0.068 s

org.openwms.common.account

- Class Tests Errors Failures Skipped Success Rate Time
AccountControllerDocumentation 10 0 0 0 100% 20.21 s

org.openwms.common.location.impl

- Class Tests Errors Failures Skipped Success Rate Time
LocationTypeServiceImplIT 3 0 0 0 100% 1.128 s
LocationGroupIT 1 0 0 0 100% 0.058 s
LocationServiceImplIT 11 0 0 0 100% 4.380 s
LocationTypeIT 1 0 0 0 100% 2.111 s

org.openwms.common.transport

- Class Tests Errors Failures Skipped Success Rate Time
TransportUnitControllerDocumentation 22 0 0 1 95.5% 1.728 s
TransportUnitControllerWithMocksDocumentation 2 0 0 0 100% 3.672 s
TransportUnitTypeControllerDocumentation 6 0 0 0 100% 0.342 s

Test Cases

[Summary] [Package List] [Test Cases]

LocationTypeServiceImplIT

delete 0.073 s
findAll 0.034 s
save 0.017 s

LocationIT

testNameConstraint 0.027 s
shall_fail_with_too_long_strings 0.018 s
shall_persist_with_labels 0.020 s

LocationControllerDocumentation$ERPCodeTests

shall_findby_erpcode 0.067 s

LocationControllerDocumentation$FindByPkTests

shall_findby_pKey 0.057 s
shall_findby_pKey_404 0.052 s

TransportUnitServiceImplAsyncIT

shall_trigger_deletion 0.116 s

TargetControllerDocumentation$PermanentLockTests

shall_unlock_unknown_LocationGroup 0.054 s
shall_lock_LocationGroup 0.093 s
shall_unlock_LocationGroup 0.072 s
shall_lock_unknown_LocationGroup 0.054 s

TransportUnitControllerDocumentation

shall_return_index 0.075 s
shall_findByBarcodes 0.121 s
shall_findByBarcode_404 0.056 s
shall_delete_existing 0.107 s
shall_createSimple 0.099 s
shall_create_with_barcode_generation 0.132 s
shall_findAll 0.066 s
shall_update_existing 0.116 s
shall_findByBarcode_short 0 s
- Only valid when proper BarcodeFormatter is used -
shall_block_and_unblock_TU 0.130 s
shall_create_with_error 0.062 s
shall_createFull 0.092 s
shall_findByBarcode 0.065 s
shall_create_with_invalid 0.055 s
shall_state_change 0.082 s
shall_delete_not_existing 0.053 s
shall_add_error 0.062 s
shall_move 0.077 s
shall_findByPKey 0.065 s
shall_findOnLocation 0.064 s
shall_update_404 0.064 s
shall_createSimple_with_error 0.055 s

LocationControllerDocumentation$DeletionTests

shall_delete_Location_success 0.079 s
shall_delete_Location_fail_because_of_TU 0.064 s

LocationControllerDocumentation

shall_return_index 0.078 s
shall_update_Location 0.147 s
shall_create_Location 0.126 s

LocationGroupControllerDocumentation$DeletionTests

shall_delete_LocationGroup_success 0.089 s
shall_delete_LocationGroup_fail_because_of_TU 0.138 s

LocationGroupControllerDocumentation$StateChangeTests

shall_change_description 0.130 s
shall_change_state_pKey_404 0.068 s
shall_change_state 0.088 s
shall_change_state_pKey 0.077 s
shall_change_parent 0.112 s

LocationGroupControllerDocumentation

shall_return_index 0.101 s

TransportUnitControllerWithMocksDocumentation

shall_reject_move 0.275 s
shall_reject_state_change 0.177 s

AccountControllerDocumentation

shall_return_index 0.438 s
shall_findDefault_404 0.343 s
shall_findByPKey_404 0.132 s
shall_findAll 0.119 s
shall_findByIdentifier_404 0.085 s
shall_findDefault 0.073 s
shall_findByIdentifier 0.066 s
shall_findByName_404 0.058 s
shall_findByName 0.054 s
shall_findByPKey 0.083 s

LocationGroupIT

testNameConstraint 0.049 s

TransportUnitCommandListenerIT

test_CHANGE_TARGET_command 0 s
- class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled -
test_REQUEST_TU_command 0 s
- class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled -
test_CREATE_command 0 s
- class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled -
test_CHANGE_ACTUAL_LOCATION_command 0 s
- class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled -
test_REMOVE_command 0 s
- class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled -
test_ADD_TO_TU_command 0 s
- class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled -

LocationTypeControllerDocumentation

shall_return_index 0.059 s
shall_findall 0.057 s
shall_find_by_name_404 0.051 s
shall_find_by_pKey_404 0.049 s
shall_find_by_name 0.050 s
shall_find_by_pKey 0.055 s

LocationServiceImplIT

shall_create_Location_with_LocationType 0.150 s
shall_throw_update_with_unknown 0.057 s
shall_find_existing_by_ID 0.055 s
test_finder_with_null 0.046 s
shall_modify_existing_one 0.063 s
test_finder_with_empty 0.033 s
test_finder_with_invalid 0.032 s
shall_create_Location 0.033 s
shall_fail_modifying_new_one 0.039 s
shall_throw_create_with_null 0.028 s
shall_throw_create_with_existing 0.036 s

LocationTypeIT

testUniqueConstraint 0.153 s

TargetControllerDocumentation$AllocationLockTests

shall_lock_LocationGroup_NONE 0.071 s
shall_lock_LocationGroup_INOUT 0.063 s
shall_lock_LocationGroup_OUT 0.068 s
shall_lock_LocationGroup_IN 0.076 s

TransportUnitServiceImplIT

create_without_strict 0.056 s
shall_change_target 0.057 s
findOnLocation_Empty 0.049 s
findOnLocation_404 0.056 s
create 0.060 s
shall_change_target_invalid_Barcode 0.044 s
create_primitive_with_null 0.045 s
create_with_null 0.045 s
create_primitive_without_strict 0.048 s
findOnLocation 0.049 s
findOnLocation_null 0.041 s
findByPKey 0.049 s
findByBarcodes 0.052 s
findByBarcodes_null 0.042 s
create_primitive_with_strict 0.048 s
findByPKey_404 0.043 s
shall_change_target_invalid_Location 0.051 s
create_primitive 0.059 s
findByBarcode 0.048 s
shall_delete_multiple 0.081 s
findByPKey_null 0.042 s
findByBarcode_null 0.042 s
findByBarcodes_404 0.046 s
findByBarcode_404 0.047 s
create_with_strict 0.051 s

LocationGroupControllerDocumentation$FinderTests

shall_findby_name 0.101 s
shall_findAll 0.139 s
shall_findby_names 0.065 s
shall_findby_name_404 0.048 s

TransportUnitTypeIT

testCascadingTypePlacingRule 0.052 s
testUniqueConstraint 0.021 s
testCascadingTypePlacingRuleWithOrphan 0.026 s

IndexControllerDocumentation

shall_return_index 0.065 s

LocationGroupControllerDocumentation$CreationTests

shall_create_LocationGroup_full 0.120 s
shall_create_LocationGroup 0.072 s

TransportUnitTypeControllerDocumentation

shall_return_index 0.053 s
shall_findby_name 0.054 s
shall_findByPKey_404 0.058 s
shall_findall 0.065 s
shall_findby_name_404 0.051 s
shall_findByPKey 0.054 s

TransportUnitIT

shall_fail_with_transient_actualLocation 0.067 s
shall_fail_with_transient_TUT 0.020 s
shall_create_and_persist 0.017 s
shall_fail_with_transient_targetLocation 0.018 s
shall_create_with_valid_targetLocation 0.017 s
shall_cascade_errors_of_TU 0.040 s
shall_cascade_operations_to_children 0.028 s

LocationControllerDocumentation$StateChangeTests

shall_changeState_pkey_404 0.056 s
shall_alock_Location_OUT 0.094 s
shall_set_both_states_by_PK 0.114 s
shall_alock_Location_NONE 0.067 s
shall_alock_Location_INOUT 0.076 s
shall_disable_Inbound_by_ID 0.087 s
shall_disable_Inbound_by_PK 0.078 s
shall_alock_Location_IN 0.080 s
operationLock_not_allowed_for_Locations 0.056 s

TargetControllerOperationalLocksDocumentation

shall_olock_LocationGroup_OUT 0.328 s
shall_olock_LocationGroup_NONE 0.078 s
shall_olock_LocationGroup_IN 0.082 s
shall_olock_LocationGroup_INOUT 0.077 s

LocationControllerDocumentation$FindByIdTests

shall_findby_locationId_400 0.055 s
shall_findby_locationId_404 0.057 s
shall_findby_locationId_wildcard_404 0.068 s
shall_findby_locationId_wildcard_All 0.096 s
shall_findby_locationId_wildcard 0.063 s
shall_findby_locationId 0.056 s

TransportUnitTypeServiceImplIT

create 0.066 s
addRules 0.068 s
findAll 0.045 s
findByType 0.051 s
removeRules 0.072 s
save 0.064 s
loadRules 0.052 s
deleteType 0.061 s

LocationControllerDocumentation$FindByNameTests

shall_findby_lgname 0.079 s
shall_findby_lgname_wc 0.057 s
shall_findby_lgname_404 0.053 s
shall_findby_lgnames 0.062 s

LocationControllerDocumentation$PLCCodeTests

shall_set_PLCState 0.086 s
shall_findby_plccode 0.060 s
shall_findby_plccode_404 0.053 s

Failure Details

[Summary] [Package List] [Test Cases]


shall_findByBarcode_short
- skipped: Only valid when proper BarcodeFormatter is used
test_CHANGE_TARGET_command
- skipped: class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled
test_REQUEST_TU_command
- skipped: class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled
test_CREATE_command
- skipped: class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled
test_CHANGE_ACTUAL_LOCATION_command
- skipped: class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled
test_REMOVE_command
- skipped: class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled
test_ADD_TO_TU_command
- skipped: class org.openwms.common.transport.commands.TransportUnitCommandListenerIT is @Disabled