Uses of Class
org.testng.internal.ConstructorOrMethod
Packages that use ConstructorOrMethod
-
Uses of ConstructorOrMethod in org.testng
Methods in org.testng that return ConstructorOrMethod -
Uses of ConstructorOrMethod in org.testng.internal
Fields in org.testng.internal declared as ConstructorOrMethodMethods in org.testng.internal that return ConstructorOrMethodModifier and TypeMethodDescriptionBaseTestMethod.getConstructorOrMethod()ClonedMethod.getConstructorOrMethod()LiteWeightTestNGMethod.getConstructorOrMethod()WrappedTestNGMethod.getConstructorOrMethod()Methods in org.testng.internal that return types with arguments of type ConstructorOrMethodModifier and TypeMethodDescriptionstatic List<ConstructorOrMethod>ClassHelper.findDeclaredFactoryMethods(Class<?> cls, IAnnotationFinder finder) For the given class, returns the method annotated with @Factory or null if none is found.Methods in org.testng.internal with parameters of type ConstructorOrMethodModifier and TypeMethodDescriptionprivate IConfigurableConfigInvoker.computeConfigurableInstance(ConstructorOrMethod method, Object targetInstance) private static Object[]Parameters.createParameters(ConstructorOrMethod m, Parameters.MethodParameters params, IAnnotationFinder finder, XmlSuite xmlSuite, String atName) private static Object[]Parameters.createParametersForMethod(ConstructorOrMethod method, Class<?>[] parameterTypes, String[] optionalValues, String methodAnnotation, String[] parameterNames, Parameters.MethodParameters params, XmlSuite xmlSuite) private static String[]Parameters.extractOptionalValues(IAnnotationFinder finder, ConstructorOrMethod consMethod) private static Parameter[]Parameters.extractParameters(ConstructorOrMethod method) private static IDataProviderMethodParameters.findDataProvider(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.private voidFactoryMethod.init(Object instance, IAnnotationFinder annotationFinder, ConstructorOrMethod com) protected static voidMethodInvocationHelper.invokeMethodConsideringTimeout(ITestNGMethod tm, ConstructorOrMethod method, Object targetInstance, Object[] params, ITestResult testResult) private ClassInfoMapTestNGClassFinder.processFactory(IClass ic, ConstructorOrMethod factoryMethod) private voidTestNGClassFinder.processMethod(IConfiguration configuration, IClass ic, ConstructorOrMethod factoryMethod) (package private) static StringBuilderBaseTestMethod.stringify(String cls, ConstructorOrMethod method) Constructors in org.testng.internal with parameters of type ConstructorOrMethodModifierConstructorDescriptionBaseTestMethod(String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFinder, Object instance) privateConfigurationMethod(ConstructorOrMethod com, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, String[] beforeGroups, String[] afterGroups, boolean initialize, Object instance) ConfigurationMethod(ConstructorOrMethod com, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, String[] beforeGroups, String[] afterGroups, Object instance) (package private)FactoryMethod(ConstructorOrMethod com, Object instance, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory, DataProviderHolder holder) -
Uses of ConstructorOrMethod in org.testng.internal.annotations
Methods in org.testng.internal.annotations with parameters of type ConstructorOrMethodModifier and TypeMethodDescription<A extends IAnnotation>
AIAnnotationFinder.findAnnotation(ConstructorOrMethod com, Class<A> annotationClass) <A extends IAnnotation>
AJDK15AnnotationFinder.findAnnotation(ConstructorOrMethod com, Class<A> annotationClass) static IConfigurationAnnotationAnnotationHelper.findConfiguration(IAnnotationFinder finder, ConstructorOrMethod m) -
Uses of ConstructorOrMethod in org.testng.junit
Subclasses of ConstructorOrMethod in org.testng.junitMethods in org.testng.junit that return ConstructorOrMethodModifier and TypeMethodDescriptionprivate static ConstructorOrMethodJUnit3TestMethod.getMethod(junit.framework.Test t) private static ConstructorOrMethodMethods in org.testng.junit with parameters of type ConstructorOrMethodConstructors in org.testng.junit with parameters of type ConstructorOrMethodModifierConstructorDescriptionprotectedJUnitTestMethod(JUnitTestClass owner, String methodName, ConstructorOrMethod method, Object instance) protectedJUnitTestMethod(JUnitTestClass owner, ConstructorOrMethod method, Object instance)