Exemplo n.º 1
0
        public void ToString_MeThodTest()
        {
            MT mt = new MT(typeof(string).GetMethods()[0]);

            Assert.AreEqual("[m]System.String Replace(String oldValue String newValue )", mt.ToString());
        }