Uses of Class
org.testng.internal.ConstructorOrMethod
-
Packages that use ConstructorOrMethod Package Description org.testng org.testng.internal org.testng.internal.annotations org.testng.internal.invokers -
-
Uses of ConstructorOrMethod in org.testng
Methods in org.testng that return ConstructorOrMethod Modifier and Type Method Description ConstructorOrMethodITestNGMethod. getConstructorOrMethod() -
Uses of ConstructorOrMethod in org.testng.internal
Fields in org.testng.internal declared as ConstructorOrMethod Modifier and Type Field Description protected ConstructorOrMethodBaseTestMethod. m_methodMethods in org.testng.internal that return ConstructorOrMethod Modifier and Type Method Description ConstructorOrMethodBaseTestMethod. getConstructorOrMethod()ConstructorOrMethodClonedMethod. getConstructorOrMethod()ConstructorOrMethodLiteWeightTestNGMethod. getConstructorOrMethod()ConstructorOrMethodWrappedTestNGMethod. getConstructorOrMethod()Methods in org.testng.internal that return types with arguments of type ConstructorOrMethod Modifier and Type Method Description 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.Constructors in org.testng.internal with parameters of type ConstructorOrMethod Constructor Description BaseTestMethod(ITestObjectFactory objectFactory, java.lang.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, java.lang.String[] beforeGroups, java.lang.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 ConstructorOrMethod Modifier and Type Method Description <A extends IAnnotation>
AIAnnotationFinder. findAnnotation(ConstructorOrMethod com, java.lang.Class<A> annotationClass)<A extends IAnnotation>
AJDK15AnnotationFinder. findAnnotation(ConstructorOrMethod com, java.lang.Class<A> annotationClass)static IConfigurationAnnotationAnnotationHelper. findConfiguration(IAnnotationFinder finder, ConstructorOrMethod m) -
Uses of ConstructorOrMethod in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type ConstructorOrMethod Modifier and Type Method Description protected static voidMethodInvocationHelper. invokeMethodConsideringTimeout(ITestNGMethod tm, ConstructorOrMethod method, java.lang.Object targetInstance, java.lang.Object[] params, ITestResult testResult, IConfiguration config)
-