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

            Assert.AreEqual(expected, actual);
        }