| Class | Description |
|---|---|
| AnnotationResolver |
Resolves dependency by annotation: if a field is present in the test class with the same annotation as
on the dependency, the field will be used if the type matches.
|
| DelayedInjectionRunnerValidator |
Validates that
DelayedInjectionRunner is used as intended. |
| MockDependencyHandler |
Resolves a dependency by retrieving the value from a corresponding @Mock field.
|
| RunBeforeInjectings |
Statement for running
BeforeInjecting methods. |
| RunDelayedInjects |
Statement for initializing
InjectDelayed fields. |
Copyright © 2017. All rights reserved.