public void SubstringTesting() { var result = subString.IsSubstring("a", "b"); Assert.IsFalse(result, "a is not a substring of b"); }