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