Searched refs:testConfigurationMethods (Results 1 – 1 of 1) sorted by relevance
654 ITestNGMethod[] testConfigurationMethods= getBeforeTestConfigurationMethods(); in beforeRun() local655 if(null != testConfigurationMethods && testConfigurationMethods.length > 0) { in beforeRun()657 testConfigurationMethods, in beforeRun()1010 ITestNGMethod[] testConfigurationMethods= getAfterTestConfigurationMethods(); in afterRun() local1011 if(null != testConfigurationMethods && testConfigurationMethods.length > 0) { in afterRun()1013 testConfigurationMethods, in afterRun()