Interface OngoingInjector
-
public interface OngoingInjector
Allow the ongoing injection of a mock candidate.
-
-
Field Summary
Fields Modifier and Type Field Description static OngoingInjector
nop
Injector that will do nothing, and will returnnull
as no mocks will be injected
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
thenInject()
Inject the mock.
-
-
-
Field Detail
-
nop
static final OngoingInjector nop
Injector that will do nothing, and will returnnull
as no mocks will be injected
-
-