Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
64 0 0 0 100% 25.78 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.core.uaa 33 0 0 0 100% 12.40 s
org.openwms.core.uaa.impl 31 0 0 0 100% 13.38 s

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
UserControllerDocumentation 11 0 0 0 100% 5.131 s
IndexControllerDocumentation 1 0 0 0 100% 0.023 s
GrantControllerDocumentation 7 0 0 0 100% 6.585 s
RoleControllerDocumentation 14 0 0 0 100% 0.662 s

org.openwms.core.uaa.impl

- Class Tests Errors Failures Skipped Success Rate Time
UserServiceIT 9 0 0 0 100% 1.229 s
RoleMapperImplIT 3 0 0 0 100% 1.096 s
RoleServiceIT 10 0 0 0 100% 1.900 s
UserMapperImplIT 4 0 0 0 100% 0.123 s
RoleIT 5 0 0 0 100% 9.034 s

Test Cases

[Summary] [Package List] [Test Cases]

UserControllerDocumentation

shall_find_no_users 0.047 s
shall_update_user 2.479 s
shall_create_user 0.051 s
shall_create_user_exists 0.028 s
shall_find_by_pKey 0.029 s
shall_find_grants_of_user 0.027 s
shall_change_password 2.350 s
shall_find_demo_users 0.026 s
shall_build_index 0.019 s
shall_delete_user 0.031 s
shall_find_roles_of_user 0.031 s

UserServiceIT

testUploadImageNotFound 0.048 s
testFindAll 0.011 s
testFindByIdNegative 0.014 s
testSaveWithNull 0.007 s
testFindById 0.011 s
testUploadImage 0.047 s
testSaveTransient 0.008 s
testCreateSystemUser 0.009 s
testSaveDetached 0.028 s

RoleMapperImplIT

testEOstoVOs 0.037 s
testEOtoVO 0.023 s
testVOtoEO 0.018 s

RoleServiceIT

testCreateNewRoleWithoutPrefix 0.190 s
testCreateWithNull 0.029 s
testFindAll 0.048 s
testCreateWithoutNameMustFail 0.020 s
testFindByNames 0.027 s
testCreateExistingRoleMustFail 0.021 s
testSaveWithNulls 0.019 s
testSaveNotExistingRole 0.018 s
testCreateNewRole 0.022 s
testSaveExisingRole 0.033 s

UserMapperImplIT

testEOstoVOs 0.038 s
testEOtoEO 0.027 s
testEOtoVO 0.020 s
testVOtoEO 0.015 s

IndexControllerDocumentation

shall_return_index 0.018 s

RoleIT

testHashCodeEquals 0.286 s
testRoleBuilder 0.012 s
testRoleConstraint 0.026 s
testLifecycleWithTransientUsers 0.093 s
testLifecycleRemoveRoleNotUsers 0.304 s

GrantControllerDocumentation

shall_create_role 0.462 s
shall_find_all_Grants 0.089 s
shall_find_all_Grants_for_User_not_exist 0.036 s
shall_find_Grant_by_pKey 0.043 s
shall_find_all_Grants_for_User 0.037 s
shall_find_all_Grants_for_User_empty 0.028 s
shall_build_index 0.024 s

RoleControllerDocumentation

shall_create_role 0.121 s
shall_find_users_of_role 0.055 s
test_assign_unknown_role 0.039 s
test_assign_unknown_user 0.048 s
shall_find_grants_of_role 0.042 s
shall_assign_user 0.046 s
shall_save_role 0.074 s
shall_find_demo_roles 0.043 s
shall_build_index 0.019 s
shall_find_role_by_pkey 0.032 s
shall_unassign_user 0.033 s
test_unassign_unknown_role 0.024 s
test_unassign_unknown_user 0.029 s
shall_delete_role 0.037 s