예제 #1
0
        public void TestGetAllBoardsAsync()
        {
            var b     = _br.GetAllAsync();
            var count = b.Result.Count();

            Assert.AreEqual(3, count);
        }