|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
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 |
---|
public abstract String value
public abstract String description
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |