public void CSharp_Right() { var str = "testing"; str = BRBFunctions_CSharp.Right(str, 4); Assert.AreEqual("ting", str); }