[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
28 | 1 | 0 | 1 | 92.857% | 29.984 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
org.openwms.wms.receiving.transport | 2 | 0 | 0 | 1 | 50% | 0.063 |
org.openwms.wms.receiving | 2 | 0 | 0 | 0 | 100% | 18.594 |
org.openwms.wms.receiving.impl | 4 | 1 | 0 | 0 | 75% | 4.662 |
org.openwms.wms.receiving.rest | 20 | 0 | 0 | 0 | 100% | 6.665 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
TransportUnitServiceImplIT | 2 | 0 | 0 | 1 | 50% | 0.063 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
ReceivingStartupIT | 1 | 0 | 0 | 0 | 100% | 5.277 |
![]() |
IndexControllerDocumentation | 1 | 0 | 0 | 0 | 100% | 13.317 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
ReceivingServiceImplIT | 4 | 1 | 0 | 0 | 75% | 4.662 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
ReceivingOrderFinderDocumentation | 4 | 0 | 0 | 0 | 100% | 0.23 |
![]() |
ReceivingOrderCreatorDocumentation | 1 | 0 | 0 | 0 | 100% | 0.115 |
![]() |
ReceivingControllerDocumentation | 15 | 0 | 0 | 0 | 100% | 6.32 |
[Summary] [Package List] [Test Cases]
![]() |
createOrderFull | 0.143 |
![]() |
createOrderWithNull | 0.011 |
![]() |
createOrder | 0.02 |
![]() |
createOrderWithoutID | 0.028 |
For input string: "RO1001" | ||
![]() |
upsertWithNull | 0 |
Fails on CI | ||
![]() |
upsert | 0.042 |
![]() |
contextLoads | 0.009 |
![]() |
shall_find_order | 0.095 |
![]() |
shall_find_orderBy_BK | 0.037 |
![]() |
shall_NOT_find_order | 0.025 |
![]() |
shall_find_all | 0.054 |
![]() |
shall_return_index | 0.371 |
![]() |
shall_create_order | 0.109 |
[Summary] [Package List] [Test Cases]
![]() |
createOrderWithoutID |
java.lang.NumberFormatException: For input string: "RO1001" | |
org.openwms.wms.receiving.impl.ReceivingServiceImplIT:69 | |
![]() |
upsertWithNull |
skipped: Fails on CI |