17 references to WaitForLogRecordsAsync
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (17)
Logging\AcceptanceTests.cs (11)
176
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
236
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
301
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout, expectedRecords: 2);
362
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
410
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
452
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
482
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout, expectedRecords: 2);
515
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout, expectedRecords: 2);
520
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout, expectedRecords: 4);
710
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
749
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
Logging\AcceptanceTests.Mvc.cs (5)
68
await
WaitForLogRecordsAsync
(logCollector, TimeSpan.FromSeconds(30));
103
await
WaitForLogRecordsAsync
(logCollector, TimeSpan.FromSeconds(30));
149
await
WaitForLogRecordsAsync
(logCollector, TimeSpan.FromSeconds(30));
193
await
WaitForLogRecordsAsync
(logCollector, TimeSpan.FromSeconds(30));
234
await
WaitForLogRecordsAsync
(logCollector, TimeSpan.FromSeconds(30));
Logging\AcceptanceTests.Routing.cs (1)
68
await
WaitForLogRecordsAsync
(logCollector, TimeSpan.FromSeconds(30));