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

  /external/testng/src/main/java/org/testng/internal/
ClassHelper.java 484 * actually making up the class name is [3]. This value is saved in m_lastGoodRootIndex
488 private static int m_lastGoodRootIndex = -1;
549 // name was "c:/java/classes/com/foo/A.class" then m_lastGoodRootIndex is 3 and we
550 // try to make a class name ignoring the first m_lastGoodRootIndex segments (3). This
553 if (-1 != m_lastGoodRootIndex) {
555 StringBuilder className = new StringBuilder(segments[m_lastGoodRootIndex]);
556 for (int i = m_lastGoodRootIndex + 1; i < segments.length; i++) {
587 m_lastGoodRootIndex = i;
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 34 milliseconds