public interface OngoingInjector
| Modifier and Type | Field and Description |
|---|---|
static OngoingInjector |
nop
Injector that will do nothing, and will return
null as no mocks will be injected |
| Modifier and Type | Method and Description |
|---|---|
Object |
thenInject()
Inject the mock.
|
static final OngoingInjector nop
null as no mocks will be injectedObject thenInject()
Please check the actual implementation.
null otherwise.