Home
last modified time | relevance | path

Searched refs:getBeforeTestConfigurationMethods (Results 1 – 9 of 9) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DNoOpTestClass.java40 m_beforeTestConfMethods= testClass.getBeforeTestConfigurationMethods(); in NoOpTestClass()
114 public ITestNGMethod[] getBeforeTestConfigurationMethods() { in getBeforeTestConfigurationMethods() method in NoOpTestClass
DTestNGMethodFinder.java82 public ITestNGMethod[] getBeforeTestConfigurationMethods(Class clazz) { in getBeforeTestConfigurationMethods() method in TestNGMethodFinder
/external/testng/src/main/java/org/testng/
DITestClass.java114 ITestNGMethod[] getBeforeTestConfigurationMethods(); in getBeforeTestConfigurationMethods() method
DITestMethodFinder.java63 ITestNGMethod[] getBeforeTestConfigurationMethods(Class<?> testClass); in getBeforeTestConfigurationMethods() method
DTestClass.java141 … .createTestConfigurationMethods(m_testMethodFinder.getBeforeTestConfigurationMethods(m_testClass), in initMethods()
DTestRunner.java232 public ITestNGMethod[] getBeforeTestConfigurationMethods() { in getBeforeTestConfigurationMethods() method in TestRunner
471 fixMethodsWithClass(tc.getBeforeTestConfigurationMethods(), tc, beforeXmlTestMethods); in initMethods()
654 ITestNGMethod[] testConfigurationMethods= getBeforeTestConfigurationMethods(); in beforeRun()
/external/testng/src/main/java/org/testng/junit/
DJUnitTestClass.java180 public ITestNGMethod[] getBeforeTestConfigurationMethods() { in getBeforeTestConfigurationMethods() method in JUnitTestClass
DJUnitMethodFinder.java175 public ITestNGMethod[] getBeforeTestConfigurationMethods(Class testClass) { in getBeforeTestConfigurationMethods() method in JUnitMethodFinder
/external/testng/src/test/java/org/testng/internal/
DMethodInstanceTest.java219 public ITestNGMethod[] getBeforeTestConfigurationMethods() { in getBeforeTestConfigurationMethods() method in MethodInstanceTest.TestClassStub