Esempio n. 1
0
        public void CheckCommentCount_Test(string postId)
        {
            int count = 2;

            var getCount = processData.GetCommentCount(postId);

            Assert.AreEqual(count, getCount);
        }