public void ResetStatisticsTest() { var dict = new ItemDictionary { GameCount = 1 }; dict.ResetStatistics(); Assert.Equal(0, dict.GameCount); }