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

/external/testng/src/main/java/org/testng/
H A DITestClass.java114 ITestNGMethod[] getBeforeTestConfigurationMethods(); method in interface:ITestClass
H A DITestMethodFinder.java63 ITestNGMethod[] getBeforeTestConfigurationMethods(Class<?> testClass); method in interface:ITestMethodFinder
H A DTestRunner.java232 public ITestNGMethod[] getBeforeTestConfigurationMethods() { method in class:TestRunner
471 fixMethodsWithClass(tc.getBeforeTestConfigurationMethods(), tc, beforeXmlTestMethods);
654 ITestNGMethod[] testConfigurationMethods= getBeforeTestConfigurationMethods();
/external/testng/src/main/java/org/testng/junit/
H A DJUnitMethodFinder.java175 public ITestNGMethod[] getBeforeTestConfigurationMethods(Class testClass) { method in class:JUnitMethodFinder
H A DJUnitTestClass.java177 * @see org.testng.ITestClass#getBeforeTestConfigurationMethods()
180 public ITestNGMethod[] getBeforeTestConfigurationMethods() { method in class:JUnitTestClass
/external/testng/src/main/java/org/testng/internal/
H A DNoOpTestClass.java40 m_beforeTestConfMethods= testClass.getBeforeTestConfigurationMethods();
114 public ITestNGMethod[] getBeforeTestConfigurationMethods() { method in class:NoOpTestClass
H A DTestNGMethodFinder.java82 public ITestNGMethod[] getBeforeTestConfigurationMethods(Class clazz) { method in class:TestNGMethodFinder
/external/testng/src/test/java/org/testng/internal/
H A DMethodInstanceTest.java219 public ITestNGMethod[] getBeforeTestConfigurationMethods() { method in class:MethodInstanceTest.TestClassStub

Completed in 330 milliseconds