Home
last modified time | relevance | path

Searched refs:expectedCalls (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/triangle/
DCheckCount.java13 public void testCheckCountDeprecated(String expectedCalls){ in testCheckCountDeprecated() argument
17 int i = Integer.valueOf(expectedCalls); in testCheckCountDeprecated()
28 public void testCheckCount(String expectedCalls){ in testCheckCount() argument
32 int i = Integer.valueOf(expectedCalls); in testCheckCount()
/external/deqp/framework/delibs/deutil/
DdeTimerTest.c58 int expectedCalls = isSingle ? 1 : intervalSleepMultiplier; in deTimer_selfTest() local
75 printf(" timer fired %d times, expected %d\n", numCalls, expectedCalls); in deTimer_selfTest()