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

/external/testng/src/main/java/org/testng/internal/
H A DInvoker.java590 filterConfigurationMethods(tm, beforeMethods, true /* beforeMethods */),
708 filterConfigurationMethods(tm, afterMethods, false /* beforeMethods */),
755 private ITestNGMethod[] filterConfigurationMethods(ITestNGMethod tm, method in class:Invoker

Completed in 70 milliseconds