Uses of Class
org.testng.internal.ConstructorOrMethod
Packages that use ConstructorOrMethod
Package
Description
-
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 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
(ITestObjectFactory objectFactory, 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) 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
(ITestObjectFactory objectFactory, String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFinder, Object instance) private
ConfigurationMethod
(ITestObjectFactory objectFactory, ConstructorOrMethod com, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, boolean isIgnoreFailure, String[] beforeGroups, String[] afterGroups, boolean initialize, Object instance) ConfigurationMethod
(ITestObjectFactory objectFactory, ConstructorOrMethod com, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, boolean isIgnoreFailure, String[] beforeGroups, String[] afterGroups, XmlTest xmlTest, 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.internal.invokers
Methods in org.testng.internal.invokers with parameters of type ConstructorOrMethodModifier and TypeMethodDescriptionprivate IConfigurable
ConfigInvoker.computeConfigurableInstance
(ConstructorOrMethod method, Object targetInstance) protected static void
MethodInvocationHelper.invokeMethodConsideringTimeout
(ITestNGMethod tm, ConstructorOrMethod method, Object targetInstance, Object[] params, ITestResult testResult) -
Uses of ConstructorOrMethod in org.testng.junit
Subclasses of ConstructorOrMethod in org.testng.junitModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.- Support for Spock1.x series is being deprecated as of TestNG7.7.0
Methods in org.testng.junit that return ConstructorOrMethodModifier and TypeMethodDescriptionprivate static ConstructorOrMethod
JUnit3TestMethod.getMethod
(junit.framework.Test t) Deprecated.private static ConstructorOrMethod
Deprecated.Methods in org.testng.junit with parameters of type ConstructorOrMethodModifier and TypeMethodDescriptionboolean
INameFilter.accept
(ConstructorOrMethod method) Deprecated.Constructors in org.testng.junit with parameters of type ConstructorOrMethodModifierConstructorDescriptionprotected
JUnitTestMethod
(ITestObjectFactory objectFactory, JUnitTestClass owner, String methodName, ConstructorOrMethod method, Object instance) Deprecated.protected
JUnitTestMethod
(ITestObjectFactory objectFactory, JUnitTestClass owner, ConstructorOrMethod method, Object instance) Deprecated.
7.7.0