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
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      int value
    • silent

      boolean silent
      Returns:
      true if Vertx Unit repeat test in silent mode
      Default:
      false