public void CountAllAchievements_NoArguments_AllAchievementsCounted() { var actual = m_target.CountAllAchievements(); Assert.AreEqual(4, actual); }