Class MockProblemMonitor

  • All Implemented Interfaces:
    ObservedMonitor<ProblemContainer>


    public class MockProblemMonitor
    extends MockObservedMonitor<ProblemContainer>
    A mock check monitor, suitable for testing. Note that if used in a non-test environment, this has the potential to quickly consume lots of memory. If you want a custom monitored Return Value Type factory, you will need to set that after running the setup() call; this class's tearDown() call will restore it back to the state when the setup() was first called.