public void CheckCommentCount_Test(string postId) { int count = 2; var getCount = processData.GetCommentCount(postId); Assert.AreEqual(count, getCount); }