Package org.apache.pulsar.tests
Class AnnotationListener
java.lang.Object
org.apache.pulsar.tests.AnnotationListener
- All Implemented Interfaces:
org.testng.IAnnotationTransformer,org.testng.ITestNGListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(org.testng.annotations.IConfigurationAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) voidtransform(org.testng.annotations.ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testng.IAnnotationTransformer
transform, transform, transform
-
Constructor Details
-
AnnotationListener
public AnnotationListener()
-
-
Method Details
-
transform
public void transform(org.testng.annotations.ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) - Specified by:
transformin interfaceorg.testng.IAnnotationTransformer
-
transform
public void transform(org.testng.annotations.IConfigurationAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) - Specified by:
transformin interfaceorg.testng.IAnnotationTransformer
-