Exemplo n.º 1
0
 public void TestCleanup()
 {
     testObject = null;
     engine.Dispose();
     BaseTestCleanup();
 }
Exemplo n.º 2
0
 public int TestMethod(TestObject testObject)
 {
     return(ObjectTestValue);
 }
 public static double ExtensionBindTestMethod <T>(this TestObject self, T arg)
 {
     return(TestUtil.CalcTestValue(new Guid("613ce819-bc84-41c3-a3d6-4efa9a2a3b65"), self, typeof(T), arg));
 }
 public static double ExtensionMethod <T>(this TestObject self, int arg) where T : struct
 {
     return(TestUtil.CalcTestValue(new Guid("f1d7d8ec-998e-413c-9b65-06c396676a4b"), self, typeof(T).Name.Length, arg));
 }
 public static double ExtensionMethod <T>(this TestObject self, string arg1, int arg2, T arg3) where T : struct
 {
     return(TestUtil.CalcTestValue(new Guid("b3fad7c5-69fa-49d6-829f-16beb738352d"), self, arg1.Length, arg2, arg3.ToString().Length));
 }
 public static double ExtensionMethod(this TestObject self, string arg1, int arg2)
 {
     return(TestUtil.CalcTestValue(new Guid("d78a86ce-310f-4d9e-bc3a-9f07dfa1d8e1"), self, arg1.Length, arg2));
 }