5 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)
Microsoft.AspNetCore.InternalTesting.Tests (3)
TestContextTest.cs (3)
27
Task ITestMethodLifecycle.
OnTestEndAsync
(TestContext context, Exception exception, CancellationToken cancellationToken)
52
Task ITestMethodLifecycle.
OnTestEndAsync
(TestContext context, Exception exception, CancellationToken cancellationToken)
78
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);