Ejemplo n.º 1
0
        public void StealTest()
        {
            Steal c = new Steal(CardSuit.Club, (byte)1);

            Assert.AreEqual("Steal Description", c.getDescription());
        }