public void GetFives_SumOfAllFives() { Yatzy instance = new Yatzy(4, 4, 5, 5, 5); int actual = instance.GetFives(); Assert.Equal(15, actual); }