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

  /external/testng/src/test/java/test/sample/
InvocationCountTest.java 24 m_count3 = 0;
54 private static int m_count3 = 0; field in class:InvocationCountTest
59 if (m_count3>= 8) {
60 throw new RuntimeException("Called more than eight times : " + m_count3);
62 m_count3++;

Completed in 135 milliseconds