Home
last modified time | relevance | path

Searched defs:findTest (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/annotations/
DAnnotationHelper.java31 public static ITestAnnotation findTest(IAnnotationFinder finder, Class<?> cls) { in findTest() method in AnnotationHelper
35 public static ITestAnnotation findTest(IAnnotationFinder finder, Method m) { in findTest() method in AnnotationHelper
39 public static ITestAnnotation findTest(IAnnotationFinder finder, ITestNGMethod m) { in findTest() method in AnnotationHelper
51 public static ITestAnnotation findTest(IAnnotationFinder finder, Constructor ctor) { in findTest() method in AnnotationHelper