public void TestThreeOfAKindAltRules()
 {
     ScoringCategory threeKindAlt = new ThreeOfAKindAltCategory();
     Assert.AreEqual("Three of a Kind: If there are three matching dice, score the total of those three dice.  Otherwise, score 0.", threeKindAlt.getRules());
 }