public void KevinCounter(string testString, int expected) { var test = StringClass.KevinCounter(testString); Assert.Equal(expected, test); }