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

  /external/testng/src/main/java/org/testng/
Reporter.java 47 private static ThreadLocal<List<String>> m_orphanedOutput = new InheritableThreadLocal<>();
80 if (m_orphanedOutput.get() == null) {
81 m_orphanedOutput.set(new ArrayList<String>());
83 m_orphanedOutput.get().add(s);
97 if (m_orphanedOutput.get() != null) {
98 n = n + m_orphanedOutput.get().size();
99 getOutput().addAll(m_orphanedOutput.get());
102 m_orphanedOutput.remove();
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 86 milliseconds