Example #1
0
 public CanGetMessages()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }
Example #2
0
 public CanAddChats()
 {
     _fixture         = new ChatFixture();
     this._connection = _fixture.GetConnection();
 }