Package org.apache.pulsar.tests
Class AnnotationListener
- java.lang.Object
-
- org.apache.pulsar.tests.AnnotationListener
-
- All Implemented Interfaces:
org.testng.IAnnotationTransformer,org.testng.ITestNGListener
public class AnnotationListener extends java.lang.Object implements org.testng.IAnnotationTransformer
-
-
Constructor Summary
Constructors Constructor Description AnnotationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtransform(org.testng.annotations.IConfigurationAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)voidtransform(org.testng.annotations.ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)
-
-
-
Method Detail
-
transform
public void transform(org.testng.annotations.ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)- Specified by:
transformin interfaceorg.testng.IAnnotationTransformer
-
transform
public void transform(org.testng.annotations.IConfigurationAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)- Specified by:
transformin interfaceorg.testng.IAnnotationTransformer
-
-