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 IConfigurable
ConfigInvoker.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 IDataProviderMethod
Parameters.findDataProvider
(Object instance, ITestClass clazz, ConstructorOrMethod m, IAnnotationFinder finder, ITestContext context) private static IDataProvidable
Parameters.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 void
FactoryMethod.init
(Object instance, IAnnotationFinder annotationFinder, ConstructorOrMethod com) protected static void
MethodInvocationHelper.invokeMethodConsideringTimeout
(ITestNGMethod tm, ConstructorOrMethod method, Object targetInstance, Object[] params, ITestResult testResult) private ClassInfoMap
TestNGClassFinder.processFactory
(IClass ic, ConstructorOrMethod factoryMethod) private void
TestNGClassFinder.processMethod
(IConfiguration configuration, IClass ic, ConstructorOrMethod factoryMethod) (package private) static StringBuilder
BaseTestMethod.stringify
(String cls, ConstructorOrMethod method) Constructors in org.testng.internal with parameters of type ConstructorOrMethodModifierConstructorDescriptionBaseTestMethod
(String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFinder, Object instance) private
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, 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 IConfigurationAnnotation
AnnotationHelper.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 ConstructorOrMethod
JUnit3TestMethod.getMethod
(junit.framework.Test t) private static ConstructorOrMethod
Methods in org.testng.junit with parameters of type ConstructorOrMethodConstructors in org.testng.junit with parameters of type ConstructorOrMethodModifierConstructorDescriptionprotected
JUnitTestMethod
(JUnitTestClass owner, String methodName, ConstructorOrMethod method, Object instance) protected
JUnitTestMethod
(JUnitTestClass owner, ConstructorOrMethod method, Object instance)