public void BeginTest(ConeTestName test) { currentTestCase = new TestCase(test.FullName, ConeTestExecutor.ExecutorUri, source) { DisplayName = test.Name, }; currentTestCase.Traits.Add("Context", test.Context); OnBeginTest?.Invoke(this, new TestAdapterEventArgs { TestCase = currentTestCase }); stopwatch = Stopwatch.StartNew(); }
void ICrossDomainLogger.BeginTest(ConeTestName test) { }