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.Constructors in org.testng.internal with parameters of type ConstructorOrMethodModifierConstructorDescriptionBaseTestMethod
(ITestObjectFactory objectFactory, String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFinder, IObject.IdentifiableObject 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, IObject.IdentifiableObject instance) -
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 TypeMethodDescriptionprotected static void
MethodInvocationHelper.invokeMethodConsideringTimeout
(ITestNGMethod tm, ConstructorOrMethod method, Object targetInstance, Object[] params, ITestResult testResult, IConfiguration config)