OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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