Searched refs:AnnotationTransformerInvocationCountTest (Results 1 – 2 of 2) sorted by relevance
206 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()
10 public class AnnotationTransformerInvocationCountTest { class