Uses of Interface
org.testng.internal.annotations.IAnnotationFinder
-
Packages that use IAnnotationFinder Package Description org.testng org.testng.internal org.testng.internal.annotations org.testng.internal.objects.pojo org.testng.junit -
-
Uses of IAnnotationFinder in org.testng
Fields in org.testng declared as IAnnotationFinder Modifier and Type Field Description private IAnnotationFinderTestClass. annotationFinderprivate IAnnotationFinderTestRunner. m_annotationFinderMethods in org.testng that return IAnnotationFinder Modifier and Type Method Description IAnnotationFinderISuite. getAnnotationFinder()IAnnotationFinderSuiteRunner. getAnnotationFinder()Returns the annotation finder for the given annotation type.IAnnotationFinderTestClass. getAnnotationFinder()Methods in org.testng with parameters of type IAnnotationFinder Modifier and Type Method Description private voidTestClass. init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass)private voidTestRunner. init(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners)Constructors in org.testng with parameters of type IAnnotationFinder Constructor Description TestClass(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass, java.lang.String errorMsgPrefix)TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder) -
Uses of IAnnotationFinder in org.testng.internal
Fields in org.testng.internal declared as IAnnotationFinder Modifier and Type Field Description private IAnnotationFinderTestNGClassFinder. annotationFinderprivate IAnnotationFinderTestNGMethodFinder. annotationFinderprivate IAnnotationFinderAbstractParallelWorker.Arguments. finderprotected IAnnotationFinderExpectedExceptionsHolder. finderprivate IAnnotationFinderParameterHandler. finderprivate IAnnotationFinderRegexpExpectedExceptionsHolder. finderprotected IAnnotationFinderBaseTestMethod. m_annotationFinderprivate IAnnotationFinderClassImpl. m_annotationFinderprivate IAnnotationFinderConfiguration. m_annotationFinderMethods in org.testng.internal that return IAnnotationFinder Modifier and Type Method Description protected IAnnotationFinderBaseInvoker. annotationFinder()protected IAnnotationFinderBaseTestMethod. getAnnotationFinder()IAnnotationFinderConfiguration. getAnnotationFinder()IAnnotationFinderIConfiguration. getAnnotationFinder()IAnnotationFinderAbstractParallelWorker.Arguments. getFinder()Methods in org.testng.internal with parameters of type IAnnotationFinder Modifier and Type Method Description static ITestNGMethod[]MethodHelper. collectAndOrderMethods(java.util.List<ITestNGMethod> methods, boolean forTests, RunInfo runInfo, IAnnotationFinder finder, boolean unique, java.util.List<ITestNGMethod> outExcludedMethods, java.util.Comparator<ITestNGMethod> comparator)Collects and orders test or configuration methods(package private) static voidMethodGroupsHelper. collectMethodsByGroup(ITestNGMethod[] methods, boolean forTests, java.util.List<ITestNGMethod> outIncludedMethods, java.util.List<ITestNGMethod> outExcludedMethods, RunInfo runInfo, IAnnotationFinder finder, boolean unique)Collect all the methods that belong to the included groups and exclude all the methods that belong to an excluded group.static ITestNGMethod[]ConfigurationMethod. createAfterConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static ITestNGMethod[]ConfigurationMethod. createBeforeConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static ITestNGMethod[]ConfigurationMethod. createClassConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static java.lang.Object[]Parameters. createConfigurationParameters(java.lang.reflect.Method m, java.util.Map<java.lang.String,java.lang.String> params, java.lang.Object[] parameterValues, ITestNGMethod currentTestMethod, IAnnotationFinder finder, XmlSuite xmlSuite, ITestContext ctx, ITestResult testResult)Creates the parameters needed for the specified@ConfigurationMethod.static java.lang.ObjectInstanceCreator. createInstance(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, java.lang.String errorMsgPrefix)static java.lang.ObjectInstanceCreator. createInstanceUsingObjectFactory(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory factory, boolean create, java.lang.String errorMsgPrefix)static java.lang.Object[]Parameters. createInstantiationParameters(java.lang.reflect.Constructor<?> ctor, java.lang.String methodAnnotation, IAnnotationFinder finder, java.lang.String[] parameterNames, java.util.Map<java.lang.String,java.lang.String> params, XmlSuite xmlSuite)Creates the parameters needed for constructing a test class instance.private static ITestNGMethod[]ConfigurationMethod. createMethods(ITestNGMethod[] methods, IAnnotationFinder finder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, java.lang.Object instance)private static java.lang.Object[]Parameters. createParameters(ConstructorOrMethod m, Parameters.MethodParameters params, IAnnotationFinder finder, XmlSuite xmlSuite, java.lang.String atName)static ITestNGMethod[]ConfigurationMethod. createSuiteConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static ITestNGMethod[]ConfigurationMethod. createTestConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)static ITestNGMethod[]ConfigurationMethod. createTestMethodConfigurationMethods(ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, java.lang.Object instance)private static java.lang.String[]Parameters. extractOptionalValues(IAnnotationFinder finder, ConstructorOrMethod consMethod)static TestListenerHelper.ListenerHolderTestListenerHelper. findAllListeners(java.lang.Class<?> cls, IAnnotationFinder finder)(package private) static java.lang.reflect.Constructor<?>ClassHelper. findAnnotatedConstructor(IAnnotationFinder finder, java.lang.Class<?> declaringClass)Find the best constructor given the parameters found on the annotationprivate static IDataProviderMethodParameters. findDataProvider(java.lang.Object instance, ITestClass clazz, IAnnotationFinder finder, java.lang.String name, java.lang.Class<?> dataProviderClass, ITestContext context)Find a method that has a @DataProvider(name=name)private static IDataProviderMethodParameters. findDataProvider(java.lang.Object instance, ITestClass clazz, ConstructorOrMethod m, IAnnotationFinder finder, ITestContext context)private static IDataProvidableParameters. findDataProviderInfo(ITestClass clazz, ConstructorOrMethod m, IAnnotationFinder finder)Find the data provider info (data provider name and class) on either @Test(dataProvider),@Factory(dataProvider)on a method or @Factory(dataProvider) on a constructor.static java.util.List<ConstructorOrMethod>ClassHelper. findDeclaredFactoryMethods(java.lang.Class<?> cls, IAnnotationFinder finder)For the given class, returns the method annotated with @Factory or null if none is found.AbstractParallelWorker.Arguments.BuilderAbstractParallelWorker.Arguments.Builder. finder(IAnnotationFinder finder)private static java.lang.Class<?>[]ExpectedExceptionsHolder. findExpectedClasses(IAnnotationFinder finder, ITestNGMethod method)protected IClassBaseClassFinder. findOrCreateIClass(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)private static java.lang.String[]FactoryMethod. getAllGroups(java.lang.Class<?> declaringClass, XmlTest xmlTest, IAnnotationFinder annotationFinder)private static java.util.List<java.lang.Object>MethodInvocationHelper. getParameters(java.lang.reflect.Method dataProvider, ITestNGMethod method, ITestContext testContext, java.lang.Object fedInstance, IAnnotationFinder annotationFinder)static ParameterHolderParameters. handleParameters(ITestNGMethod testMethod, java.util.Map<java.lang.String,java.lang.String> allParameterNames, java.lang.Object instance, Parameters.MethodParameters methodParams, XmlSuite xmlSuite, IAnnotationFinder annotationFinder, java.lang.Object fedInstance, DataProviderHolder holder)If the method has parameters, fill them in.static ParameterHolderParameters. handleParameters(ITestNGMethod testMethod, java.util.Map<java.lang.String,java.lang.String> allParameterNames, java.lang.Object instance, Parameters.MethodParameters methodParams, XmlSuite xmlSuite, IAnnotationFinder annotationFinder, java.lang.Object fedInstance, DataProviderHolder holder, java.lang.String annotationName)If the method has parameters, fill them in.private voidConfiguration. init(IAnnotationFinder finder)private voidFactoryMethod. init(java.lang.Object instance, IAnnotationFinder annotationFinder, ConstructorOrMethod com)private static java.lang.ObjectInstanceCreator. instantiateUsingParameterizedConstructor(IAnnotationFinder finder, java.lang.reflect.Constructor<?> constructor, XmlTest xmlTest, IObjectFactory objectFactory)protected static java.util.Iterator<java.lang.Object[]>MethodInvocationHelper. invokeDataProvider(java.lang.Object instance, java.lang.reflect.Method dataProvider, ITestNGMethod method, ITestContext testContext, java.lang.Object fedInstance, IAnnotationFinder annotationFinder)protected static booleanMethodHelper. isEnabled(java.lang.Class<?> objectClass, IAnnotationFinder finder)protected static booleanMethodHelper. isEnabled(java.lang.reflect.Method m, IAnnotationFinder finder)private static booleanTestNGClassFinder. isNotTestNGClass(java.lang.Class<?> c, IAnnotationFinder annotationFinder)private static booleanTestNGClassFinder. isTestNGClass(java.lang.Class<?> c, IAnnotationFinder annotationFinder)voidConfiguration. setAnnotationFinder(IAnnotationFinder finder)voidIConfiguration. setAnnotationFinder(IAnnotationFinder finder)private static booleanTestNGMethodFinder. shouldCreateBeforeAfterGroup(java.lang.String[] groups, IAnnotationFinder finder, java.lang.Class<?> clazz, boolean isInheritGroups)Constructors in org.testng.internal with parameters of type IAnnotationFinder Constructor Description BaseTestMethod(java.lang.String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFinder, java.lang.Object instance)ClassImpl(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, java.util.Map<java.lang.Class<?>,IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)Configuration(IAnnotationFinder finder)ConfigurationMethod(ConstructorOrMethod com, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, java.lang.String[] beforeGroups, java.lang.String[] afterGroups, boolean initialize, java.lang.Object instance)ConfigurationMethod(ConstructorOrMethod com, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, java.lang.String[] beforeGroups, java.lang.String[] afterGroups, java.lang.Object instance)ExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method, IExpectedExceptionsHolder holder)FactoryMethod(ConstructorOrMethod com, java.lang.Object instance, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory, DataProviderHolder holder)ParameterHandler(IAnnotationFinder finder, DataProviderHolder holder)RegexpExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method)TestNGMethod(java.lang.reflect.Method method, IAnnotationFinder finder, boolean initialize, XmlTest xmlTest, java.lang.Object instance)TestNGMethod(java.lang.reflect.Method method, IAnnotationFinder finder, XmlTest xmlTest, java.lang.Object instance)Constructs aTestNGMethodTestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder)TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder, java.util.Comparator<ITestNGMethod> comparator) -
Uses of IAnnotationFinder in org.testng.internal.annotations
Classes in org.testng.internal.annotations that implement IAnnotationFinder Modifier and Type Class Description classJDK15AnnotationFinderThis class implements IAnnotationFinder with JDK5 annotationsMethods in org.testng.internal.annotations with parameters of type IAnnotationFinder Modifier and Type Method Description static IConfigurationAnnotationAnnotationHelper. findConfiguration(IAnnotationFinder finder, java.lang.reflect.Method m)static IConfigurationAnnotationAnnotationHelper. findConfiguration(IAnnotationFinder finder, ConstructorOrMethod m)static IFactoryAnnotationAnnotationHelper. findFactory(IAnnotationFinder finder, java.lang.reflect.Constructor c)static IFactoryAnnotationAnnotationHelper. findFactory(IAnnotationFinder finder, java.lang.reflect.Method m)static ITestNGMethod[]AnnotationHelper. findMethodsWithAnnotation(java.lang.Class<?> rootClass, java.lang.Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, XmlTest xmlTest)static ITestAnnotationAnnotationHelper. findTest(IAnnotationFinder finder, java.lang.Class<?> cls)static ITestAnnotationAnnotationHelper. findTest(IAnnotationFinder finder, java.lang.reflect.Method m)static ITestAnnotationAnnotationHelper. findTest(IAnnotationFinder finder, ITestNGMethod m)private static booleanAnnotationHelper. isAnnotationPresent(IAnnotationFinder annotationFinder, java.lang.Class<?> cls, java.lang.Class<? extends IAnnotation> annotationClass)private static booleanAnnotationHelper. isAnnotationPresent(IAnnotationFinder annotationFinder, java.lang.reflect.Method m)private static booleanAnnotationHelper. isAnnotationPresent(IAnnotationFinder annotationFinder, java.lang.reflect.Method m, java.lang.Class<? extends IAnnotation> annotationClass) -
Uses of IAnnotationFinder in org.testng.internal.objects.pojo
Fields in org.testng.internal.objects.pojo declared as IAnnotationFinder Modifier and Type Field Description private IAnnotationFinderDetailedAttributes. finderMethods in org.testng.internal.objects.pojo that return IAnnotationFinder Modifier and Type Method Description IAnnotationFinderDetailedAttributes. getFinder()Methods in org.testng.internal.objects.pojo with parameters of type IAnnotationFinder Modifier and Type Method Description voidDetailedAttributes. setFinder(IAnnotationFinder finder) -
Uses of IAnnotationFinder in org.testng.junit
Fields in org.testng.junit declared as IAnnotationFinder Modifier and Type Field Description private IAnnotationFinderJUnitMethodFinder. m_annotationFinderConstructors in org.testng.junit with parameters of type IAnnotationFinder Constructor Description JUnitMethodFinder(java.lang.String testName, IAnnotationFinder finder)
-