| Annotation Type | Description |
|---|---|
| InjectInto |
Annotation indicating that the the
InjectModule should try to inject the object assigned to
the annotated field to the object defined by the target attribute (or the object(s) assigned to the field annotated
with TestedObject. |
| InjectIntoByType |
Annotation indicating that the the
InjectModule should try to inject the object assigned to
the annotated field to the object defined by the target attribute (or the object(s) assigned to the field annotated
with TestedObject. |
| InjectIntoStatic |
Annotation indicating that the the
InjectModule should try to inject the object assigned to
the annotated field to a static property of the class defined by the target attribute. |
| InjectIntoStaticByType |
Annotation indicating that the
InjectModule should try to inject the object assigned to
the annotated field to a static property of the class defined by the target attribute. |
| TestedObject |
Annotation indicating the object under test.
|
Copyright © 2016. All Rights Reserved.