|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface InjectInto
Is used to inject an instance into a specific ObjectUnderTest
instance.
| Required Element Summary | |
|---|---|
String |
targetComponentId
Id of the object under test. |
| Optional Element Summary | |
|---|---|
String |
fieldName
(Optional) fieldName of the injection target Default is the assignable type |
| Element Detail |
|---|
public abstract String targetComponentId
@ObjectUnderTest annotation.
ObjectUnderTest.id()public abstract String fieldName
Default is the assignable type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||