Uses of Interface
org.testng.annotations.IConfigurationAnnotation
-
Packages that use IConfigurationAnnotation Package Description org.testng org.testng.internal.annotations -
-
Uses of IConfigurationAnnotation in org.testng
Methods in org.testng with parameters of type IConfigurationAnnotation Modifier and Type Method Description voidIAnnotationTransformer2. transform(IConfigurationAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)Transform an IConfiguration annotation. -
Uses of IConfigurationAnnotation in org.testng.internal.annotations
Classes in org.testng.internal.annotations that implement IConfigurationAnnotation Modifier and Type Class Description classConfigurationAnnotationAn implementation of IConfiguration Created on Dec 16, 2005Methods in org.testng.internal.annotations that return IConfigurationAnnotation Modifier and Type Method Description static IConfigurationAnnotationAnnotationHelper. findConfiguration(IAnnotationFinder finder, java.lang.reflect.Constructor ctor)static IConfigurationAnnotationAnnotationHelper. findConfiguration(IAnnotationFinder finder, java.lang.reflect.Method m)static IConfigurationAnnotationAnnotationHelper. findConfiguration(IAnnotationFinder finder, ConstructorOrMethod m)
-