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