|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface TestTarget
Defines an annotation used be used within the TestInfo annotation. It specifies a single method target for the test (but can be used multiple times).
| Required Element Summary | |
|---|---|
String |
methodName
Specifies the name of the method that is being tested. |
| Optional Element Summary | |
|---|---|
Class<?>[] |
methodArgs
Specifies the signature of the method that is being tested, in terms of Java classes. |
| Element Detail |
|---|
public abstract String methodName
public abstract Class<?>[] methodArgs
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||