public void ToString_MeThodTest() { MT mt = new MT(typeof(string).GetMethods()[0]); Assert.AreEqual("[m]System.String Replace(String oldValue String newValue )", mt.ToString()); }