Class com.greybox.projectmesh.messaging.repository.ConversationRepositoryTest

9

tests

0

failures

0

ignored

1.040s

duration

100%

successful

Tests

Test Duration Result
getConversationById_delegatesToDao_andReturnsResult 0.199s passed
getConversationById_whenDaoReturnsNull_returnsNull 0.092s passed
getOrCreateConversation_whenExists_doesNotInsert_andReturnsExisting 0.101s passed
getOrCreateConversation_whenMissing_createsAndInsertsConversation 0.107s passed
markAsRead_clearsUnreadCount 0.096s passed
updateUserStatus_callsDao_andDoesNotThrow 0.113s passed
updateUserStatus_whenDaoThrows_exceptionIsCaught 0.121s passed
updateWithMessage_callsUpdateLastMessageTwice_andIncrementsUnread_ifSenderNotMe 0.097s passed
updateWithMessage_doesNotIncrementUnread_ifSenderIsMe 0.114s passed