public abstract @interface

Timed

implements Annotation
org.springframework.test.annotation.Timed

Class Overview

Test-specific annotation to indicate that a test method has to finish execution in a #millis() specified time period.

If the text execution takes longer than the specified time period, then the test is to be considered failed.

Note that the time period includes execution of the test method itself, any repetitions of the test, and any set up or tear down of the test fixture.

Summary

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