5 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)
Microsoft.AspNetCore.InternalTesting.Tests (3)
TestContextTest.cs (3)
21Task ITestMethodLifecycle.OnTestStartAsync(TestContext context, CancellationToken cancellationToken) 46Task ITestMethodLifecycle.OnTestStartAsync(TestContext context, CancellationToken cancellationToken) 72Task 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);