示例#1
0
        public void KevinCounter(string testString, int expected)
        {
            var test = StringClass.KevinCounter(testString);

            Assert.Equal(expected, test);
        }