Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DBaseTestMethod.java59 private int m_parameterInvocationCount = 1; field in BaseTestMethod
678 m_parameterInvocationCount = n; in setParameterInvocationCount()
683 return m_parameterInvocationCount; in getParameterInvocationCount()