22 references to WaitForLogRecordsAsync
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (22)
Logging\AcceptanceTests.cs (16)
220
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
280
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
333
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
387
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout, expectedRecords: 2);
448
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
496
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
538
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
568
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout, expectedRecords: 2);
601
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout, expectedRecords: 2);
606
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout, expectedRecords: 4);
796
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
827
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
838
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
885
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
945
await
WaitForLogRecordsAsync
(logCollector, _defaultLogTimeout);
988
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));