Home
last modified time | relevance | path

Searched refs:IAnnotationFinder (Results 1 – 25 of 30) sorted by relevance

12

/external/testng/src/main/java/org/testng/internal/
DConfiguration.java6 import org.testng.internal.annotations.IAnnotationFinder;
13 IAnnotationFinder m_annotationFinder;
25 public Configuration(IAnnotationFinder finder) { in Configuration()
29 private void init(IAnnotationFinder finder) { in init()
34 public IAnnotationFinder getAnnotationFinder() { in getAnnotationFinder()
39 public void setAnnotationFinder(IAnnotationFinder finder) { in setAnnotationFinder()
DConfigurationMethod.java21 import org.testng.internal.annotations.IAnnotationFinder;
48 IAnnotationFinder annotationFinder, in ConfigurationMethod()
89 IAnnotationFinder annotationFinder, in ConfigurationMethod()
107 IAnnotationFinder annotationFinder, in ConfigurationMethod()
124 private static ITestNGMethod[] createMethods(ITestNGMethod[] methods, IAnnotationFinder finder, in createMethods()
159 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createSuiteConfigurationMethods()
175 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createTestConfigurationMethods()
191 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createClassConfigurationMethods()
207 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) in createBeforeConfigurationMethods()
230 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) in createAfterConfigurationMethods()
[all …]
DIConfiguration.java4 import org.testng.internal.annotations.IAnnotationFinder;
9 IAnnotationFinder getAnnotationFinder(); in getAnnotationFinder()
10 void setAnnotationFinder(IAnnotationFinder finder); in setAnnotationFinder()
DExpectedExceptionsHolder.java8 import org.testng.internal.annotations.IAnnotationFinder;
14 protected final IAnnotationFinder finder;
19 …protected ExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method, IExpectedExcept… in ExpectedExceptionsHolder()
26 private static Class<?>[] findExpectedClasses(IAnnotationFinder finder, ITestNGMethod method) { in findExpectedClasses()
DRegexpExpectedExceptionsHolder.java7 import org.testng.internal.annotations.IAnnotationFinder;
18 private final IAnnotationFinder finder;
21 public RegexpExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method) { in RegexpExpectedExceptionsHolder()
DParameters.java29 import org.testng.internal.annotations.IAnnotationFinder;
50 IAnnotationFinder finder, in createInstantiationParameters()
72 IAnnotationFinder finder, in createConfigurationParameters()
120 IAnnotationFinder finder, in createParameters()
250IAnnotationFinder finder, ITestContext context) { in findDataProvider()
277 IAnnotationFinder finder) { in findDataProviderInfo()
310 IAnnotationFinder finder, in findDataProvider()
349 IAnnotationFinder finder, XmlSuite xmlSuite, Class annotationClass, String atName) in createParameters()
408 IAnnotationFinder annotationFinder, in handleParameters()
DBaseClassFinder.java8 import org.testng.internal.annotations.IAnnotationFinder;
43 Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, in findOrCreateIClass()
DMethodHelper.java21 import org.testng.internal.annotations.IAnnotationFinder;
48 boolean forTests, RunInfo runInfo, IAnnotationFinder finder, in collectAndOrderMethods()
158 protected static boolean isEnabled(Class<?> objectClass, IAnnotationFinder finder) { in isEnabled()
163 protected static boolean isEnabled(Method m, IAnnotationFinder finder) { in isEnabled()
271 List<ITestNGMethod> allMethods, IAnnotationFinder finder) { in sortMethods()
DTestNGMethodFinder.java14 import org.testng.internal.annotations.IAnnotationFinder;
37 private IAnnotationFinder m_annotationFinder = null;
39 public TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder) in TestNGMethodFinder()
DTestNGMethod.java7 import org.testng.internal.annotations.IAnnotationFinder;
41 public TestNGMethod(Method method, IAnnotationFinder finder, XmlTest xmlTest, Object instance) { in TestNGMethod()
45 private TestNGMethod(Method method, IAnnotationFinder finder, boolean initialize, in TestNGMethod()
DClassImpl.java21 import org.testng.internal.annotations.IAnnotationFinder;
40 transient private IAnnotationFinder m_annotationFinder = null;
53 Map<Class, IClass> classes, XmlTest xmlTest, IAnnotationFinder annotationFinder, in ClassImpl()
DClassHelper.java24 import org.testng.internal.annotations.IAnnotationFinder;
137 IAnnotationFinder finder) { in findDeclaredFactoryMethod()
286 IAnnotationFinder finder, in createInstance()
306 IAnnotationFinder finder, in createInstance1()
430 private static Constructor<?> findAnnotatedConstructor(IAnnotationFinder finder, in findAnnotatedConstructor()
DBaseTestMethod.java22 import org.testng.internal.annotations.IAnnotationFinder;
45 protected final transient IAnnotationFinder m_annotationFinder;
81 …public BaseTestMethod(String methodName, Method method, IAnnotationFinder annotationFinder, Object… in BaseTestMethod()
85 …public BaseTestMethod(String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFind… in BaseTestMethod()
501 protected IAnnotationFinder getAnnotationFinder() { in getAnnotationFinder()
DFactoryMethod.java14 import org.testng.internal.annotations.IAnnotationFinder;
34 IAnnotationFinder annotationFinder, in FactoryMethod()
DTestNGClassFinder.java19 import org.testng.internal.annotations.IAnnotationFinder;
46 IAnnotationFinder annotationFinder = configuration.getAnnotationFinder(); in TestNGClassFinder()
223 public static boolean isTestNGClass(Class<?> c, IAnnotationFinder annotationFinder) { in isTestNGClass()
DUtils.java35 import org.testng.internal.annotations.IAnnotationFinder;
279 public static String[] dependentGroupsForThisMethodForTest(Method m, IAnnotationFinder finder) { in dependentGroupsForThisMethodForTest()
309 public static String[] groupsForThisMethodForTest(Method m, IAnnotationFinder finder) { in groupsForThisMethodForTest()
339 public static String[] groupsForThisMethodForConfiguration(Method m, IAnnotationFinder finder) { in groupsForThisMethodForConfiguration()
356 IAnnotationFinder finder) { in dependentGroupsForThisMethodForConfiguration()
DMethodGroupsHelper.java18 import org.testng.internal.annotations.IAnnotationFinder;
43 IAnnotationFinder finder, boolean unique) in collectMethodsByGroup()
DMethodInvocationHelper.java13 import org.testng.internal.annotations.IAnnotationFinder;
91 IAnnotationFinder annotationFinder) { in invokeDataProvider()
/external/testng/src/main/java/org/testng/internal/annotations/
DAnnotationHelper.java31 public static ITestAnnotation findTest(IAnnotationFinder finder, Class<?> cls) { in findTest()
35 public static ITestAnnotation findTest(IAnnotationFinder finder, Method m) { in findTest()
39 public static ITestAnnotation findTest(IAnnotationFinder finder, ITestNGMethod m) { in findTest()
43 public static IFactoryAnnotation findFactory(IAnnotationFinder finder, Method m) { in findFactory()
47 public static IFactoryAnnotation findFactory(IAnnotationFinder finder, Constructor c) { in findFactory()
51 public static ITestAnnotation findTest(IAnnotationFinder finder, Constructor ctor) { in findTest()
55 …public static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Constructor cto… in findConfiguration()
79 public static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Method m) { in findConfiguration()
196 Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, in findMethodsWithAnnotation()
286 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, in isAnnotationPresent()
[all …]
DIAnnotationFinder.java17 public interface IAnnotationFinder { interface
/external/testng/src/main/java/org/testng/
DTestClass.java10 import org.testng.internal.annotations.IAnnotationFinder;
29 transient private IAnnotationFinder m_annotationFinder = null;
41 IAnnotationFinder annotationFinder, in TestClass()
66 public IAnnotationFinder getAnnotationFinder() { in getAnnotationFinder()
72 IAnnotationFinder annotationFinder, in init()
DISuite.java8 import org.testng.internal.annotations.IAnnotationFinder;
103 public IAnnotationFinder getAnnotationFinder(); in getAnnotationFinder()
/external/testng/src/main/java/org/testng/junit/
DJUnitMethodFinder.java7 import org.testng.internal.annotations.IAnnotationFinder;
28 private IAnnotationFinder m_annotationFinder = null;
30 public JUnitMethodFinder(String testName, IAnnotationFinder finder) { in JUnitMethodFinder()
/external/testng/src/test/java/test/mannotation/
DMAnnotation2SampleTest.java9 import org.testng.internal.annotations.IAnnotationFinder;
15 private IAnnotationFinder m_finder;
DMAnnotationSampleTest.java14 import org.testng.internal.annotations.IAnnotationFinder;
23 private IAnnotationFinder m_finder;

12