Class com.greybox.projectmesh.user.UserRepositoryTest

10

tests

0

failures

0

ignored

0.306s

duration

100%

successful

Tests

Test Duration Result
getAllConnectedUsers_delegatesToDao 0.007s passed
getAllUsers_delegatesToDao 0.164s passed
getUserByIp_delegatesToDao 0.007s passed
getUser_delegatesToDao 0.006s passed
getUser_whenNotFound_returnsNull 0.006s passed
hasUser_delegatesToDao_false 0.007s passed
hasUser_delegatesToDao_true 0.070s passed
insertOrUpdateUser_whenExistingUser_updatesAndCanNullOutAddress 0.010s passed
insertOrUpdateUser_whenExistingUser_updatesExistingUser 0.016s passed
insertOrUpdateUser_whenNoExistingUser_insertsNewUser 0.013s passed