Searched refs:expectedCalls (Results 1 – 3 of 3) sorted by relevance
13 public void testCheckCountDeprecated(String expectedCalls){ in testCheckCountDeprecated() argument17 int i = Integer.valueOf(expectedCalls); in testCheckCountDeprecated()28 public void testCheckCount(String expectedCalls){ in testCheckCount() argument32 int i = Integer.valueOf(expectedCalls); in testCheckCount()
39 var expectedCalls = 0;41 if (++expectedCalls == 6)
58 int expectedCalls = isSingle ? 1 : intervalSleepMultiplier; in deTimer_selfTest() local75 printf(" timer fired %d times, expected %d\n", numCalls, expectedCalls); in deTimer_selfTest()