C# Class Blog.Logic.Core.Tests.ChatMessagesLogicTest

Show file Open project: jsnmgpnty/Blogness2.0

Private Methods

Method Description
ShouldAddChatMessage ( ) : void
ShouldGetChatListMessagesById ( ) : void
ShouldGetChatListMessagesByName ( ) : void
ShouldGetChatMessagesById ( ) : void
ShouldGetChatMessagesByName ( ) : void
ShouldGetErrorWhenGettingChatListMessagesByIdReturnsNull ( ) : void
ShouldGetErrorWhenGettingChatListMessagesByNameCannotFindUser ( ) : void
ShouldGetErrorWhenGettingChatListMessagesByNameReturnsNull ( ) : void
ShouldGetMoreChatMessagesById ( ) : void
ShouldGetMoreChatMessagesByName ( ) : void
ShouldReturnEmptyListWhenGettingChatMessagesByIdIsNull ( ) : void
ShouldReturnEmptyListWhenGettingMoreChatMessagesByIdIsNull ( ) : void
ShouldThrowExceptionWhenAddingChatMessageFails ( ) : void
ShouldThrowExceptionWhenGettingChatListMessagesByIdFails ( ) : void
ShouldThrowExceptionWhenGettingChatListMessagesByNameFailsOnGettingChatList ( ) : void
ShouldThrowExceptionWhenGettingChatListMessagesByNameFailsOnGettingUser ( ) : void
ShouldThrowExceptionWhenGettingChatMessagesByIdFails ( ) : void
ShouldThrowExceptionWhenGettingFromUserIsNullOnChatMessagesByName ( ) : void
ShouldThrowExceptionWhenGettingFromUserIsNullOnMoreChatMessagesByName ( ) : void
ShouldThrowExceptionWhenGettingMoreChatMessagesByIdFails ( ) : void
ShouldThrowExceptionWhenGettingToUserIsNullOnChatMessagesByName ( ) : void
ShouldThrowExceptionWhenGettingToUserIsNullOnMoreChatMessagesByName ( ) : void
ShouldThrowExceptionWhenGettingUserOnGetChatMessagesByNameFails ( ) : void
ShouldThrowExceptionWhenGettingUserOnGetMoreChatMessagesByNameFails ( ) : void
ShouldThrowExceptionWhenSuccessfullyAddedChatButChatIsNull ( ) : void
ShouldThrowExceptionWhenSuccessfullyAddedChatButFromUserIsNull ( ) : void
ShouldThrowExceptionWhenSuccessfullyAddedChatButToUserIsNull ( ) : void
TestInit ( ) : void