Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DRunInfo.java35 public boolean includeMethod(ITestNGMethod tm, boolean isTestMethod) { in includeMethod() method in RunInfo
53 result = md.includeMethod(context, tm, isTestMethod); in includeMethod()
DMethodGroupsHelper.java52 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, m), in collectMethodsByGroup()
67 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, tm), in collectMethodsByGroup()
80 private static boolean includeMethod(ITestOrConfiguration annotation, in includeMethod() method in MethodGroupsHelper
86 if (runInfo.includeMethod(tm, forTests)) { in includeMethod()
DXmlMethodSelector.java43 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in XmlMethodSelector
349 if (includeMethod(context, m, true)) { in init()
/external/testng/src/main/java/org/testng/
DIMethodSelector.java27 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method
DClassMethodMap.java32 if (! xmlMethodSelector.includeMethod(null, m, true)) continue; in ClassMethodMap()
/external/testng/src/test/java/test/methodselectors/
DNoTestSelector.java17 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in NoTestSelector
DTest2MethodSelector.java17 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in Test2MethodSelector
DAllTestsMethodSelector.java17 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in AllTestsMethodSelector
DNoTest1MethodSelector.java17 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in NoTest1MethodSelector