Beispiel #1
0
        public void Comment_count_test()
        {
            var result = blogpost.GetCommentCount(blogpost.Comments);

            result.Should().Be(3);
        }