Home
last modified time | relevance | path

Searched refs:m_currentInvocationCount (Results 1 – 5 of 5) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DClonedMethod.java21 private int m_currentInvocationCount; field in ClonedMethod
54 return m_currentInvocationCount; in getCurrentInvocationCount()
189 m_currentInvocationCount++; in incrementCurrentInvocationCount()
DTestNGMethod.java191 clone.m_currentInvocationCount= m_currentInvocationCount; in clone()
DBaseTestMethod.java58 protected AtomicInteger m_currentInvocationCount = new AtomicInteger(0); field in BaseTestMethod
668 m_currentInvocationCount.incrementAndGet(); in incrementCurrentInvocationCount()
673 return m_currentInvocationCount.get(); in getCurrentInvocationCount()
/external/testng/src/main/java/org/testng/xml/
DResultContentHandler.java44 private int m_currentInvocationCount; field in ResultContentHandler
83 m_invocationCount, m_currentInvocationCount); in startElement()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DTestResultMessage.java34 private int m_currentInvocationCount; field in TestResultMessage
155 m_currentInvocationCount = currentInvocationCount; in init()
424 return m_currentInvocationCount; in getCurrentInvocationCount()