Package io.vertx.ext.unit.junit
Annotation Type Repeat
-
@Retention(RUNTIME) @Target(METHOD) public @interface Repeat
Annotates a test method to repeat this test several times. This can be useful when a test fails randomly and not often.- Author:
- Tim Fox