public void CanCreateHand() { PokerHand testHand = new PokerHand("KS 2H 5C JD TD"); Assert.AreEqual(5, testHand.GetHand().Length); }