HomeSort by relevance Sort by last modified time
    Searched refs:InvocationCountTransformer (Results 1 - 2 of 2) sorted by null

  /external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerInvocationCountTest.java 12 public static class InvocationCountTransformer implements IAnnotationTransformer {
16 public InvocationCountTransformer(int invocationCount) {
AnnotationTransformerTest.java 215 tng.setAnnotationTransformer(new AnnotationTransformerInvocationCountTest.InvocationCountTransformer(5));

Completed in 53 milliseconds