Esempio n. 1
0
        public void DeleteExistingBadge_ShouldNotBeBool()
        {
            BadgeContent newBadge = new BadgeContent(new List <string> {
                "a1", "a3"
            }, 1103);

            bool wasDeleted = _repo.DeleteExistingBadge(1103);

            Assert.IsTrue(wasDeleted);
        }