12 references to WaitForCounterValue
Microsoft.AspNetCore.Hosting.Tests (12)
HostingApplicationDiagnosticsTests.cs (12)
71await WaitForCounterValue(totalRequestValues, expectedValue: 2, Logger); 72await WaitForCounterValue(currentRequestValues, expectedValue: 2, Logger); 73await WaitForCounterValue(failedRequestValues, expectedValue: 0, Logger); 80await WaitForCounterValue(totalRequestValues, expectedValue: 2, Logger); 81await WaitForCounterValue(currentRequestValues, expectedValue: 0, Logger); 82await WaitForCounterValue(failedRequestValues, expectedValue: 0, Logger); 102await WaitForCounterValue(totalRequestValues, expectedValue: 4, Logger); 103await WaitForCounterValue(currentRequestValues, expectedValue: 2, Logger); 104await WaitForCounterValue(failedRequestValues, expectedValue: 0, Logger); 114await WaitForCounterValue(totalRequestValues, expectedValue: 4, Logger); 115await WaitForCounterValue(currentRequestValues, expectedValue: 0, Logger); 116await WaitForCounterValue(failedRequestValues, expectedValue: 2, Logger);