Class com.greybox.projectmesh.user.UserRepositoryTest

10

tests

0

failures

0

ignored

0.317s

duration

100%

successful

Tests

Test Duration Result
getAllConnectedUsers_delegatesToDao 0.007s passed
getAllUsers_delegatesToDao 0.179s passed
getUserByIp_delegatesToDao 0.007s passed
getUser_delegatesToDao 0.005s passed
getUser_whenNotFound_returnsNull 0.006s passed
hasUser_delegatesToDao_false 0.007s passed
hasUser_delegatesToDao_true 0.072s passed
insertOrUpdateUser_whenExistingUser_updatesAndCanNullOutAddress 0.008s passed
insertOrUpdateUser_whenExistingUser_updatesExistingUser 0.014s passed
insertOrUpdateUser_whenNoExistingUser_insertsNewUser 0.012s passed