Searched refs:m_beforeClassMethods (Results 1 – 3 of 3) sorted by relevance
23 private Map<ITestClass, Set<Object>> m_beforeClassMethods = Maps.newHashMap(); field in ClassMethodMap69 return m_beforeClassMethods; in getInvokedBeforeClassMethods()77 for(Set<Object> instances: m_beforeClassMethods.values()) { in clear()85 m_beforeClassMethods.clear(); in clear()
150 m_beforeClassMethods = ConfigurationMethod in initMethods()225 for (ITestNGMethod m : m_beforeClassMethods) { in dump()
15 protected ITestNGMethod[] m_beforeClassMethods= null; field in NoOpTestClass42 m_beforeClassMethods= testClass.getBeforeClassMethods(); in NoOpTestClass()84 return m_beforeClassMethods; in getBeforeClassMethods()