|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface ObjectUnderTest
Is used to specify a object under test. The annotated fields will initialized
by the NeedleTestcase.
| Optional Element Summary | |
|---|---|
String |
id
(Optional) The id of the object under test. |
Class<?> |
implementation
(Optional) The implementation class of the object under test. |
public abstract Class<?> implementation
Default is the field type.
public abstract String id
Default is the field name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||