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