示例#1
0
        public void SwapLastTest(string s, string expected)
        {
            var actual = _strings.SwapLast(s);

            Assert.AreEqual(expected, actual);
        }