Skip to content

Commit

Permalink
Re #11444 Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Mar 27, 2015
1 parent e5be5d1 commit 91f407c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -48,6 +48,8 @@ class MockALCDataLoadingView : public IALCDataLoadingView
MOCK_METHOD1(displayError, void(const std::string&));
MOCK_METHOD1(setAvailableLogs, void(const std::vector<std::string>&));
MOCK_METHOD1(setAvailablePeriods, void(const std::vector<std::string>&));
MOCK_METHOD2(setTimeLimits, void(double,double));
MOCK_METHOD2(setTimeRange, void(double,double));
MOCK_METHOD0(setWaitingCursor, void());
MOCK_METHOD0(restoreCursor, void());
MOCK_METHOD0(help, void());
Expand Down

0 comments on commit 91f407c

Please sign in to comment.