org.jtiger.framework
Annotation Type Repeat


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

Used to annotate a test case method to have it executed more than once during test execution. Each execution of the test case will have a separate test result.

Version:
2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
Author:
Tony Morris
See Also:
Test

Optional Element Summary
 long value
          Returns the number of times the test case method should be executed.
 

value

public abstract long value
Returns the number of times the test case method should be executed.

Returns:
The number of times the test case method should be executed.
Default:
1L