All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.IAnnotationTransformer3 Maven / Gradle / Ivy

package org.testng;

import org.testng.annotations.IListenersAnnotation;

public interface IAnnotationTransformer3 extends IAnnotationTransformer2 {

  void transform(IListenersAnnotation annotation, Class testClass);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy