Class AnnotationListener

java.lang.Object
org.apache.pulsar.tests.AnnotationListener
All Implemented Interfaces:
org.testng.IAnnotationTransformer, org.testng.ITestNGListener

public class AnnotationListener extends Object implements org.testng.IAnnotationTransformer
  • Constructor Details

    • AnnotationListener

      public AnnotationListener()
  • Method Details

    • transform

      public void transform(org.testng.annotations.ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
      Specified by:
      transform in interface org.testng.IAnnotationTransformer
    • transform

      public void transform(org.testng.annotations.IConfigurationAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
      Specified by:
      transform in interface org.testng.IAnnotationTransformer