Interface OngoingInjecter
public interface OngoingInjecter
Allow the ongoing injection of a mock candidate.
-
Method Summary
-
Method Details
-
thenInject
Object thenInject()Inject the mock.Please check the actual implementation.
- Returns:
- the mock that was injected,
null
otherwise.
-