| Class | Description |
|---|---|
| DelayedInjectionRunner |
Custom JUnit runner which adds support for
InjectDelayed and BeforeInjecting. |
| Annotation Type | Description |
|---|---|
| BeforeInjecting |
Marks methods to run before
InjectDelayed fields are instantiated. |
| InjectDelayed |
Marks fields to instantiate with mocks after
BeforeInjecting methods. |
Copyright © 2017. All rights reserved.