2 implementations of OnTestEndAsync
Microsoft.AspNetCore.InternalTesting (2)
CollectDumpAttribute.cs (1)
26
public Task
OnTestEndAsync
(TestContext context, Exception exception, CancellationToken cancellationToken)
LoggedTest\LoggedTestBase.cs (1)
123
Task ITestMethodLifecycle.
OnTestEndAsync
(TestContext context, Exception exception, CancellationToken cancellationToken)
1 reference to OnTestEndAsync
Microsoft.AspNetCore.InternalTesting (1)
xunit\AspNetTestInvoker.cs (1)
55
await lifecycleHook.
OnTestEndAsync
(context, exception, CancellationTokenSource.Token).ConfigureAwait(false);