Searched refs:CountCalls (Results 1 – 3 of 3) sorted by relevance
17 CountCalls.numCalls = 0; in beforeSuite()27 CountCalls.incr(); in postAfterTestClass()
18 int numCalls = CountCalls.getNumCalls(); in testCheckCountDeprecated()33 int numCalls = CountCalls.getNumCalls(); in testCheckCount()
8 public class CountCalls { class