Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/annotationtransformer/
DAnnotationTransformerInvocationCountTest.java12 public static class InvocationCountTransformer implements IAnnotationTransformer { class in AnnotationTransformerInvocationCountTest
16 public InvocationCountTransformer(int invocationCount) { in InvocationCountTransformer() method in AnnotationTransformerInvocationCountTest.InvocationCountTransformer
DAnnotationTransformerTest.java215 …tAnnotationTransformer(new AnnotationTransformerInvocationCountTest.InvocationCountTransformer(5)); in verifyInvocationCountTransformer()