Beispiel #1
0
        public void RotateLeft2Test(string s, string expected)
        {
            var actual = _strings.RotateLeft2(s);

            Assert.AreEqual(expected, actual);
        }