public void Get_1() { HelpReflection help = new HelpReflection(typeof(MockHelp)); help.Get("mock"); }
public void HelpReflection() { HelpReflection help = new HelpReflection(typeof(string)); }
public void Get_0() { HelpReflection help = new HelpReflection(typeof(MockHelp)); Assert.AreEqual("The filename to write.", help.Get("filename")); }