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
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
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
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
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
LocationControllerDocumentation$StateChangeTests
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
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]