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

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

Completed in 688 milliseconds