Package org.apache.activemq.junit
Annotation Type Repeat
-
@Retention(RUNTIME) @Target(METHOD) public @interface Repeat
A Custom Test annotation used to repeat a troublesome test multiple times when attempting to reproduce an intermittent failure.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
repetitions
boolean
untilFailure
-