Searched defs:expectedCalls (Results 1 – 2 of 2) sorted by relevance
13 public void testCheckCountDeprecated(String expectedCalls){ in testCheckCountDeprecated()28 public void testCheckCount(String expectedCalls){ in testCheckCount()
58 int expectedCalls = isSingle ? 1 : intervalSleepMultiplier; in deTimer_selfTest() local