예제 #1
0
        public void alltags()
        {
            // Arrange


            // Act
            List <string> actual = Repository.AllTags().ToList();

            // Assert
            Assert.That(actual.Count, Is.EqualTo(5));             // homepage, newpage, tag1, tag2, tag3
        }