public void TestCountWordsSeperatedByComma() { Assert.Equal(2, TextUtility.CountWordsSeperatedByComma("hello,world")); }