Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/annotationtransformer/
DAnnotationTransformerTest.java206 tng.setTestClasses(new Class[] { AnnotationTransformerInvocationCountTest.class }); in verifyInvocationCountTransformer()
215 …tng.setAnnotationTransformer(new AnnotationTransformerInvocationCountTest.InvocationCountTransform… in verifyInvocationCountTransformer()
216 tng.setTestClasses(new Class[]{AnnotationTransformerInvocationCountTest.class}); in verifyInvocationCountTransformer()
DAnnotationTransformerInvocationCountTest.java10 public class AnnotationTransformerInvocationCountTest { class