| Class | Description |
|---|---|
| ConstructorInjection |
Injection strategy based on constructor.
|
| MockInjection |
Internal injection configuration utility.
|
| MockInjection.OngoingMockInjection |
Ongoing configuration of the mock injector.
|
| MockInjectionStrategy |
Injector strategy contract
|
| PropertyAndSetterInjection |
Inject mocks using first setters then fields, if no setters available.
|
| SpyOnInjectedFieldsHandler |
Handler for field annotated with @InjectMocks and @Spy.
|