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

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