Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DTestRunner.java654 ITestNGMethod[] testConfigurationMethods= getBeforeTestConfigurationMethods(); in beforeRun() local
655 if(null != testConfigurationMethods && testConfigurationMethods.length > 0) { in beforeRun()
657 testConfigurationMethods, in beforeRun()
1010 ITestNGMethod[] testConfigurationMethods= getAfterTestConfigurationMethods(); in afterRun() local
1011 if(null != testConfigurationMethods && testConfigurationMethods.length > 0) { in afterRun()
1013 testConfigurationMethods, in afterRun()