コード例 #1
0
 public void Should_Fail_When_ZeroCardsRequested()
 {
     Assert.IsNull(mongoHandler.FindMultipleRandomCardsAsync(0).Result);
 }