HomeSort by relevance Sort by last modified time
    Searched full:m_count2 (Results 1 - 2 of 2) sorted by null

  /external/testng/src/test/java/test/invocationcount/
FailedInvocationCount2.java 8 int m_count2; field in class:FailedInvocationCount2
13 m_count2 = 0;
25 if (m_count2++ > 3) {
  /external/testng/src/test/java/test/sample/
InvocationCountTest.java 23 m_count2 = 0;
37 private static int m_count2 = 0; field in class:InvocationCountTest
42 if (m_count2 >= 8) {
43 throw new RuntimeException("Called more than eight times : " + m_count2);
45 m_count2++;

Completed in 463 milliseconds