public void EndsWithLyTest(string s, bool expected) { var actual = _strings.EndsWithly(s); Assert.AreEqual(expected, actual); }