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