Interface Mockable


public interface Mockable
An interface implemented by mockable components when running in test mode.

This allows normal scoped beans to be easily mocked for tests.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    arc$setMock(Object instance)
     
  • Method Details

    • arc$setMock

      void arc$setMock(Object instance)
    • arc$clearMock

      void arc$clearMock()