Пример #1
0
 public void AssertThatFindAllIsCalled()
 {
     _betDao.FindAll();
     _collection.Received().Find(new BsonDocument());
     Assert.IsInstanceOf <Task <List <Bet> > >(_betDao.FindAll());
 }