コード例 #1
0
        public void StealTest2()
        {
            Steal c = new Steal(CardSuit.Club, (byte)1);

            Assert.AreEqual("Steal", c.ToString());
        }