Searched refs:expectedCalls (Results 1 – 2 of 2) 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()
58 int expectedCalls = isSingle ? 1 : intervalSleepMultiplier; in deTimer_selfTest() local75 printf(" timer fired %d times, expected %d\n", numCalls, expectedCalls); in deTimer_selfTest()