コード例 #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"));
 }