The Spring Framework

org.springframework.test.annotation
Annotation Type Timed


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface Timed

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

Since:
2.0
Author:
Rod Johnson

Required Element Summary
 long millis
           
 

Element Detail

millis

public abstract long millis

The Spring Framework

Copyright © 2002-2006 The Spring Framework.