Searched refs:m_currentInvocationCount (Results 1 – 5 of 5) sorted by relevance
21 private int m_currentInvocationCount; field in ClonedMethod54 return m_currentInvocationCount; in getCurrentInvocationCount()189 m_currentInvocationCount++; in incrementCurrentInvocationCount()
191 clone.m_currentInvocationCount= m_currentInvocationCount; in clone()
58 protected AtomicInteger m_currentInvocationCount = new AtomicInteger(0); field in BaseTestMethod668 m_currentInvocationCount.incrementAndGet(); in incrementCurrentInvocationCount()673 return m_currentInvocationCount.get(); in getCurrentInvocationCount()
44 private int m_currentInvocationCount; field in ResultContentHandler83 m_invocationCount, m_currentInvocationCount); in startElement()
34 private int m_currentInvocationCount; field in TestResultMessage155 m_currentInvocationCount = currentInvocationCount; in init()424 return m_currentInvocationCount; in getCurrentInvocationCount()