vertx / io.vertx.ext.unit.junit / Repeat

Repeat

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class 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

Constructors

<init>

Repeat(value: Int, silent: Boolean)

Annotates a test method to repeat this test several times. This can be useful when a test fails randomly and not often.

Properties

silent

val silent: Boolean

value

val value: Int