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