org.mockito.internal.configuration.injection.filter
Interface OngoingInjecter


public interface OngoingInjecter

Allow the ongoing injection of a mock candidate.


Method Summary
 java.lang.Object thenInject()
          Inject the mock.
 

Method Detail

thenInject

java.lang.Object thenInject()
Inject the mock.

Please check the actual implementation.

Returns:
the mock that was injected, null otherwise.