public void BreakTest() { Break c = new Break(CardSuit.Club, (byte)1); Assert.AreEqual("Break Description", c.getDescription()); }