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