public abstract @interface

Repeat

implements Annotation
org.springframework.test.annotation.Repeat

Class Overview

Test annotation to indicate that a test method should be invoked repeatedly.

Note that the scope of execution to be repeated includes execution of the test method itself as well as any set up or tear down of the test fixture.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation