Class AnnotationTransformer

java.lang.Object
core.support.listeners.AnnotationTransformer
All Implemented Interfaces:
org.testng.IAnnotationTransformer, org.testng.ITestNGListener

public class AnnotationTransformer
extends Object
implements org.testng.IAnnotationTransformer
Only runs through suite xml file Running service runner directly will not go through AnnotationTransformer and only single csv file will run
Author:
ehsan.matean
  • Field Details

  • Constructor Details

    • AnnotationTransformer

      public AnnotationTransformer()
  • 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