Searched refs:m_testMethods (Results 1 – 4 of 4) sorted by relevance
18 private List<ITestNGMethod> m_testMethods = Lists.newArrayList(); field in JUnitTestClass34 return m_testMethods; in getTestMethodList()105 return m_testMethods.toArray(new ITestNGMethod[m_testMethods.size()]); in getTestMethods()
333 private List<ITestNGMethod> m_testMethods = null; field in XmlMethodSelector339 m_testMethods = testMethods; in setTestMethods()348 for (ITestNGMethod m : m_testMethods) { in init()353 MethodGroupsHelper.findGroupTransitiveClosure(this, includedMethods, m_testMethods, in init()
17 protected ITestNGMethod[] m_testMethods= null; field in NoOpTestClass100 return m_testMethods; in getTestMethods()
127 m_testMethods = createTestMethods(methods); in initMethods()231 for (ITestNGMethod m : m_testMethods) { in dump()