Home
last modified time | relevance | path

Searched refs:AnnotationTransformerSampleTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/testng/src/test/java/test/annotationtransformer/
H A DAnnotationTransformerTest.java37 TestNG tng = create(AnnotationTransformerSampleTest.class); in verifyAnnotationWithoutTransformer()
61 TestNG tng = create(AnnotationTransformerSampleTest.class); in verifyAnnotationTransformerMethod()
87 TestNG tng = create(AnnotationTransformerSampleTest.class); in verifyAnnotationTransformerHasOnlyOneNonNullArgument()
H A DAnnotationTransformerSampleTest.java7 public class AnnotationTransformerSampleTest { class