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