コード例 #1
0
        public void Return_score_for_chance(int[] dice, int expected)
        {
            CategoryLogic categoryLogic = new CategoryLogic();

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