예제 #1
0
        public void return_score_for_Full_House(int[] dice, int expected)
        {
            CategoryLogic categoryLogic = new CategoryLogic();

            Assert.Equal(expected, categoryLogic.FullHouse(dice));
        }