Esempio n. 1
0
        public void AddToDictAdds()
        {
            var badge = new Badge(3);

            badge.DoorList.Add("bandicoot");
            badge.DoorList.Add("crash");

            _badgeRepo.AddToDictionary(badge);

            Assert.IsNotNull(dictionary);
        }