示例#1
0
 public void Test_IsRoyalFlush_False()
 {
     Assert.IsFalse(flushHand.IsRoyalFlush());
 }
示例#2
0
 public void Test_IsRoyalFlush()
 {
     Assert.IsTrue(royalFlushHand.IsRoyalFlush());
 }