Exemplo n.º 1
0
        public void CSharp_Right()
        {
            var str = "testing";

            str = BRBFunctions_CSharp.Right(str, 4);
            Assert.AreEqual("ting", str);
        }