Failsafe Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
64 | 0 | 1 | 0 | 98.438% | 28.787 |
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.core.uaa | 33 | 0 | 0 | 0 | 100% | 24.081 |
org.openwms.core.uaa.impl | 31 | 0 | 1 | 0 | 96.774% | 4.706 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.openwms.core.uaa
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
RoleControllerDocumentation | 14 | 0 | 0 | 0 | 100% | 16.726 |
![]() |
IndexControllerDocumentation | 1 | 0 | 0 | 0 | 100% | 0.051 |
![]() |
GrantControllerDocumentation | 7 | 0 | 0 | 0 | 100% | 0.396 |
![]() |
UserControllerDocumentation | 11 | 0 | 0 | 0 | 100% | 6.908 |
org.openwms.core.uaa.impl
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
RoleServiceIT | 10 | 0 | 0 | 0 | 100% | 1.323 |
![]() |
RoleIT | 5 | 0 | 0 | 0 | 100% | 0.886 |
![]() |
RoleMapperImplIT | 3 | 0 | 0 | 0 | 100% | 0.109 |
![]() |
UserMapperImplIT | 4 | 0 | 0 | 0 | 100% | 0.903 |
![]() |
UserServiceIT | 9 | 0 | 1 | 0 | 88.889% | 1.485 |
Test Cases
[Summary] [Package List] [Test Cases]
RoleControllerDocumentation
IndexControllerDocumentation
![]() |
shall_return_index | 0.042 |
RoleServiceIT
RoleIT
![]() |
testHashCodeEquals | 0.013 |
![]() |
testRoleBuilder | 0.007 |
![]() |
testRoleConstraint | 0.015 |
![]() |
testLifecycleWithTransientUsers | 0.016 |
![]() |
testLifecycleRemoveRoleNotUsers | 0.022 |
RoleMapperImplIT
![]() |
testEOstoVOs | 0.022 |
![]() |
testEOtoVO | 0.036 |
![]() |
testVOtoEO | 0.016 |
GrantControllerDocumentation
UserMapperImplIT
![]() |
testEOstoVOs | 0.024 |
![]() |
testEOtoEO | 0.069 |
![]() |
testEOtoVO | 0.021 |
![]() |
testVOtoEO | 0.013 |
UserControllerDocumentation
UserServiceIT
![]() |
testUploadImageNotFound | 0.084 |
![]() |
testFindAll | 0.02 |
![]() |
testFindByIdNegative | 0.04 |
Expecting code to raise a throwable. | ||
![]() |
testSaveWithNull | 0.013 |
![]() |
testFindById | 0.016 |
![]() |
testUploadImage | 0.05 |
![]() |
testSaveTransient | 0.017 |
![]() |
testCreateSystemUser | 0.016 |
![]() |
testSaveDetached | 0.025 |
Failure Details
[Summary] [Package List] [Test Cases]
![]() |
testFindByIdNegative |
java.lang.AssertionError: Expecting code to raise a throwable. | |
org.openwms.core.uaa.impl.UserServiceIT:162 |