5 references to AssertAwaitingTaskCompleted
Microsoft.Extensions.Diagnostics.Testing.Tests (5)
Logging\FakeLogCollectorTests.LogEnumeration.cs (5)
44
await
AssertAwaitingTaskCompleted
(awaitSequenceTask);
67
await
AssertAwaitingTaskCompleted
(awaitSequenceTask);
117
await
AssertAwaitingTaskCompleted
(abSequenceTask); // checkpoint to not clear, before A, B is processed
118
await
AssertAwaitingTaskCompleted
(abcProcessedAB.Task); // ensure enumerator #2 has also consumed A and B
126
await
AssertAwaitingTaskCompleted
(abcSequenceTask);