public void CSharp_Mid() { var str = "testing"; str = BRBFunctions_CSharp.Mid(str, 5, 3); Assert.AreEqual("ing", str); }