org.jtiger.framework
Annotation Type Fixture


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface Fixture

Used to annotate a class as one which contains test cases. There is no requirement by the framework for a test fixture class to use this annotation. This information typically appears in test reporting.

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

Required Element Summary
 String value
          Returns the name of the test fixture.
 
Optional Element Summary
 String description
          Returns a description of the test fixture.
 

Element Detail

value

public abstract String value
Returns the name of the test fixture.

Returns:
The name of the test fixture.

description

public abstract String description
Returns a description of the test fixture.

Returns:
A description of the test fixture.
Default:
""