public void ConCatTest(string s1, string s2, string expected) { var actual = _strings.ConCat(s1, s2); Assert.AreEqual(expected, actual); }