|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface TestInfo
Defines an annotation for test methods that allow, among other things, to link the test to the method that is being tested.
| Required Element Summary | |
|---|---|
TestTarget[] |
targets
Specifies an array of target methods. |
| Optional Element Summary | |
|---|---|
String |
notes
Specifies noteworthy plain-text information about the test, like whether it is testing a specific parameter combination or something. |
TestStatus |
status
Specifies the current status of the test, as determined by a reviewer. |
| Element Detail |
|---|
public abstract TestTarget[] targets
public abstract TestStatus status
public abstract String notes
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||