Interface OngoingInjecter


  • public interface OngoingInjecter
    Allow the ongoing injection of a mock candidate.
    • Method Detail

      • thenInject

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

        Please check the actual implementation.

        Returns:
        the mock that was injected, null otherwise.