private void FireExecutionBeginEvent(TestCase testCase, TestCaseBeginExecutionArgs args)
 {
     OnExecutionBegin?.Invoke(testCase, args);
 }
Example #2
0
 internal static void fireExecutionBeginEvent(TestExecutor testExecutor, TestExecutionBeginArgs args)
 {
     OnExecutionBegin?.Invoke(testExecutor, args);
 }