OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotationTransformerInvocationCountTest
(Results
1 - 2
of
2
) sorted by null
/external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerInvocationCountTest.java
10
public class
AnnotationTransformerInvocationCountTest
{
AnnotationTransformerTest.java
206
tng.setTestClasses(new Class[] {
AnnotationTransformerInvocationCountTest
.class });
215
tng.setAnnotationTransformer(new
AnnotationTransformerInvocationCountTest
.InvocationCountTransformer(5));
216
tng.setTestClasses(new Class[]{
AnnotationTransformerInvocationCountTest
.class});
Completed in 93 milliseconds