public void SwapLastTest(string s, string expected) { var actual = _strings.SwapLast(s); Assert.AreEqual(expected, actual); }