Searched refs:includeMethod (Results 1 – 9 of 9) sorted by relevance
/external/testng/src/main/java/org/testng/internal/ |
D | RunInfo.java | 35 public boolean includeMethod(ITestNGMethod tm, boolean isTestMethod) { in includeMethod() method in RunInfo 53 result = md.includeMethod(context, tm, isTestMethod); in includeMethod()
|
D | MethodGroupsHelper.java | 52 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()
|
D | XmlMethodSelector.java | 43 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/ |
D | IMethodSelector.java | 27 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method
|
D | ClassMethodMap.java | 32 if (! xmlMethodSelector.includeMethod(null, m, true)) continue; in ClassMethodMap()
|
/external/testng/src/test/java/test/methodselectors/ |
D | NoTestSelector.java | 17 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in NoTestSelector
|
D | Test2MethodSelector.java | 17 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in Test2MethodSelector
|
D | AllTestsMethodSelector.java | 17 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in AllTestsMethodSelector
|
D | NoTest1MethodSelector.java | 17 public boolean includeMethod(IMethodSelectorContext context, in includeMethod() method in NoTest1MethodSelector
|