Beispiel #1
0
 public CanVerifyIfUserIsNotFromChat()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanGetChats()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
 public ReturnExceptionCreatingChatWithUserId0()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanAddMessage()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
Beispiel #5
0
 public CanGetLastMessageFromChat()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanCreateChatId()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
 public ReturnExceptionDeletingInvalidHubConnection()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanGetChatConnectionFromUserId()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanDeleteChatHubConnections()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }