Home
last modified time | relevance | path

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

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