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