Mocking ExerciseΒΆ

In this exercise you will mock the presenter from the Presenter Exercise. All of the methods should be mocked and the return values should be present only when necessary (on this occasion the values do not matter). The updatePlot function should be tested to make sure that it calls the correct methods.

See here for the solution.