예제 #1
0
 /// <summary>
 /// This method is called after the test method is executed.
 /// </summary>
 /// <param name="methodUnderTest">The method under test</param>
 public override void After(MethodInfo methodUnderTest)
 {
     InjectDataAttribute.Release(methodUnderTest.DeclaringType);
 }
 /// <summary>
 /// This method is called after the test method is executed.
 /// </summary>
 /// <param name="methodUnderTest">The method under test</param>
 public override void After(MethodInfo methodUnderTest)
 {
     InjectDataAttribute.EndScope(methodUnderTest);
 }
예제 #3
0
 /// <summary>
 /// This method is called after the test method is executed.
 /// </summary>
 /// <param name="methodUnderTest">The method under test</param>
 public override void After(MethodInfo methodUnderTest)
 {
     Debug.WriteLine("TEST");
     InjectDataAttribute.Release(methodUnderTest.DeclaringType);
 }