Interface OngoingInjector
public interface OngoingInjector
Allow the ongoing injection of a mock candidate.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OngoingInjector
Injector that will do nothing, and will returnnull
as no mocks will be injected -
Method Summary
-
Field Details
-
nop
Injector that will do nothing, and will returnnull
as no mocks will be injected
-
-
Method Details
-
thenInject
Object thenInject()Inject the mock.Please check the actual implementation.
- Returns:
- the mock that was injected,
null
otherwise.
-