Searched defs:m_afterTestMethods (Results 1 - 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
H A DNoOpTestClass.java19 protected ITestNGMethod[] m_afterTestMethods= null; field in class:NoOpTestClass
48 m_afterTestMethods= testClass.getAfterTestMethods();
60 m_afterTestMethods= afterTestMethods;
76 return m_afterTestMethods;

Completed in 113 milliseconds