Exemple #1
0
 public void SetUp()
 {
     this.text         = "Value of text";
     this.testNodeType = TestNodeType.Root;
     // = Class, ClrType
     this.tagValueClrType = typeof(TestNodeTest);
     // = Method, MethodInfo
     this.tagValueMethodInfo = typeof(InfoApe).GetMethod("PublicVoidMethodVoid");
     this.testObjectClr      = new TestNode(this.text, this.testNodeType, this.tagValueClrType);
     this.testObjectMethod   = new TestNode(this.text, this.testNodeType, this.tagValueMethodInfo);
 }
Exemple #2
0
 public void SetUp()
 {
     this.text = "Value of text";
     this.testNodeType = TestNodeType.Root;
     // = Class, ClrType
     this.tagValueClrType = typeof(TestNodeTest);
     // = Method, MethodInfo
     this.tagValueMethodInfo = typeof(InfoApe).GetMethod("PublicVoidMethodVoid");
     this.testObjectClr = new TestNode(this.text, this.testNodeType, this.tagValueClrType);
     this.testObjectMethod = new TestNode(this.text, this.testNodeType, this.tagValueMethodInfo);
 }