org.testng.IAnnotationTransformer3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng Show documentation
Show all versions of testng Show documentation
Testing framework for Java
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