示例#1
0
        public void Get_1()
        {
            HelpReflection help = new HelpReflection(typeof(MockHelp));

            help.Get("mock");
        }
示例#2
0
 public void HelpReflection()
 {
     HelpReflection help = new HelpReflection(typeof(string));
 }
示例#3
0
        public void Get_0()
        {
            HelpReflection help = new HelpReflection(typeof(MockHelp));

            Assert.AreEqual("The filename to write.", help.Get("filename"));
        }