Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
67 0 0 0 100% 6.029

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
io.fixture.security 26 0 0 0 100% 0.964
io.fixture.interceptor 4 0 0 0 100% 0.05
io.fixture.controller 12 0 0 0 100% 0.018
io.fixture.repository 22 0 0 0 100% 4.969
io.fixture.domain 3 0 0 0 100% 0.028

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

io.fixture.security

Class Tests Errors Failures Skipped Success Rate Time
GroupManagerImplTest 10 0 0 0 100% 0.798
PersistentTokenRepositoryImplTest 4 0 0 0 100% 0.045
UserDetailsManagerImplTest 12 0 0 0 100% 0.121

io.fixture.interceptor

Class Tests Errors Failures Skipped Success Rate Time
NextThemeInterceptorTest 4 0 0 0 100% 0.05

io.fixture.controller

Class Tests Errors Failures Skipped Success Rate Time
AdministrationControllerTest 2 0 0 0 100% 0.01
RegistrationControllerTest 1 0 0 0 100% 0
SecureControllerTest 1 0 0 0 100% 0
StaticControllerTest 7 0 0 0 100% 0
ValidationControllerTest 1 0 0 0 100% 0.008

io.fixture.repository

Class Tests Errors Failures Skipped Success Rate Time
GroupRepositoryTest 9 0 0 0 100% 4.875
PersistentLoginRepositoryTest 6 0 0 0 100% 0.052
UserRepositoryTest 7 0 0 0 100% 0.042

io.fixture.domain

Class Tests Errors Failures Skipped Success Rate Time
BasePersistableTest 3 0 0 0 100% 0.028

Test Cases

[Summary] [Package List] [Test Cases]

AdministrationControllerTest

testIndex 0.01
testUsers 0

RegistrationControllerTest

testIndex 0

SecureControllerTest

testIndex 0

StaticControllerTest

testAccessDenied 0
testAbout 0
testIndex 0
testLogin 0
testTerms 0
testPrivacy 0
testContact 0

ValidationControllerTest

testHandleValidationError 0.008

BasePersistableTest

testGetId 0.028
testIsNewWithVersion 0
testIsNewWithoutVersion 0

NextThemeInterceptorTest

testPreHandleWithNullThemeName 0.049
testPreHandle 0.001
testPreHandleWithLastTheme 0
testPreHandleWithNullThemeResolver 0

GroupRepositoryTest

testFindAllUsernamesWithSingleUser 4.798
testFindAllNames 0.006
testFindOne 0.026
testDeleteWithInvalidName 0.02
testFindAllUsernamesWithMultipleUsers 0.006
testDelete 0.006
testDeleteWithUsers 0.005
testFindAllUsernamesWithInvalidName 0.004
testFindOneWithInvalidName 0.004

PersistentLoginRepositoryTest

testDeleteAllForUsernameForUnknownUser 0.029
testDeleteAllForUsernameForUserWithNoPersistentLogins 0.003
testFindOne 0.009
testDeleteAllForUsernameForUserWithMultiplePersistentLogins 0.004
testFindOneWithInvalidSeries 0.003
testDeleteAllForUsernameForUserWithOnePersistentLogin 0.004

UserRepositoryTest

testFindOne 0.016
testExistsWithInvalidUsername 0.004
testDeleteWithGroupsAndPersistentLogins 0.006
testFindOneWithInvalidUsername 0.003
testDelete 0.005
testExists 0.003
testDeleteWithInvalidUsername 0.005

GroupManagerImplTest

testAddUserToGroup 0.726
testDeleteGroup 0.006
testFindGroupAuthorities 0.009
testCreateGroup 0.013
testRenameGroup 0.006
testRemoveGroupAuthority 0.008
testFindUsersInGroup 0.004
testRemoveUserFromGroup 0.011
testAddGroupAuthority 0.01
testFindAllGroups 0.005

PersistentTokenRepositoryImplTest

testUpdateToken 0.023
testGetTokenForSeries 0.004
testCreateNewToken 0.01
testRemoveUserTokens 0.008

UserDetailsManagerImplTest

testLoadUserByUsernameWithInvalidUsername 0.024
testLoadUserByUsername 0.014
testChangePasswordWithoutAuthentication 0.005
testUpdateUser 0.025
testChangePasswordWithAuthenticationManagerSetsAuthentication 0.006
testChangePasswordWithAuthenticationManagerChangesPassword 0.007
testChangePasswordWithoutAuthenticationManagerChangesPassword 0.007
testUserExists 0.004
testCreateUser 0.011
testDeleteUser 0.006
testUserExistsWithInvalidUsername 0.006
testChangePasswordWithoutAuthenticationManagerSetsAuthentication 0.006

Back to top

Version: 0.1-SNAPSHOT. Last Published: 2013-07-17.