Ejemplo n.º 1
0
 internal void AfterExecutingSafe(TestExecutionContext context)
 {
     using (context.ApplyingContext()) {
         AfterExecuting(context);
     }
 }
Ejemplo n.º 2
0
 internal TestCaseResult RunTest(TestExecutionContext testContext)
 {
     using (testContext.ApplyingContext()) {
         return(RunTestCore(testContext));
     }
 }