HomeSort by relevance Sort by last modified time
    Searched refs:includeMethod (Results 1 - 10 of 10) sorted by null

  /external/testng/src/main/java/org/testng/
IMethodSelector.java 27 public boolean includeMethod(IMethodSelectorContext context,
ClassMethodMap.java 32 if (! xmlMethodSelector.includeMethod(null, m, true)) continue;
  /external/testng/src/test/java/test/methodselectors/
AllTestsMethodSelector.java 17 public boolean includeMethod(IMethodSelectorContext context,
NoTestSelector.java 17 public boolean includeMethod(IMethodSelectorContext context,
Test2MethodSelector.java 17 public boolean includeMethod(IMethodSelectorContext context,
NoTest1MethodSelector.java 17 public boolean includeMethod(IMethodSelectorContext context,
  /external/testng/src/main/java/org/testng/internal/
RunInfo.java 35 public boolean includeMethod(ITestNGMethod tm, boolean isTestMethod) {
53 result = md.includeMethod(context, tm, isTestMethod);
MethodGroupsHelper.java 52 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, m),
67 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, tm),
80 private static boolean includeMethod(ITestOrConfiguration annotation,
86 if (runInfo.includeMethod(tm, forTests)) {
XmlMethodSelector.java 43 public boolean includeMethod(IMethodSelectorContext context,
349 if (includeMethod(context, m, true)) {
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 366 milliseconds