Interface OngoingInjecter


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

    Modifier and Type
    Method
    Description
    Inject the mock.
  • Method Details

    • thenInject

      Object thenInject()
      Inject the mock.

      Please check the actual implementation.

      Returns:
      the mock that was injected, null otherwise.