2 implementations of OnTestStartAsync
Microsoft.AspNetCore.InternalTesting (2)
CollectDumpAttribute.cs (1)
21public Task OnTestStartAsync(TestContext context, CancellationToken cancellationToken)
LoggedTest\LoggedTestBase.cs (1)
117Task ITestMethodLifecycle.OnTestStartAsync(TestContext context, CancellationToken cancellationToken)
1 reference to OnTestStartAsync
Microsoft.AspNetCore.InternalTesting (1)
xunit\AspNetTestInvoker.cs (1)
44await lifecycleHook.OnTestStartAsync(context, CancellationTokenSource.Token).ConfigureAwait(false);