Example #1
0
        public void Latest_score()
        {
            var sut = new global::HighScores.HighScores(new List <int> {
                100, 0, 90, 30
            });

            Assert.Equal(30, sut.Latest());
        }