Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DInvoker.java850 …ITestNGMethod[] beforeMethodsArray = filteredMethods.toArray(new ITestNGMethod[filteredMethods.siz… in invokeBeforeGroupsConfigurations() local
854 if(beforeMethodsArray.length > 0) { in invokeBeforeGroupsConfigurations()
857 invokeConfigurations(null, beforeMethodsArray, suite, params, in invokeBeforeGroupsConfigurations()