org.jtiger.framework
Annotation Type Ignore


@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface Ignore

Used to annotate a test fixture class or test case method to indicate that it should be ignored during test execution. An annotated test case method or as a member of an annotated test fixture class will have a test case result of TestResultType.IGNORED_ANNOTATED.

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
 String value
          Returns a reason for ignoring the test fixture or test method.
 

value

public abstract String value
Returns a reason for ignoring the test fixture or test method.

Returns:
A reason for ignoring the test fixture or test method.
Default:
""