Skip to content

Commit

Permalink
Refs #3868. Adding mock method to kill warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Dec 20, 2011
1 parent 429ea66 commit 4fbb12c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class RebinningKnowledgeSerializerTest: public CxxTest::TestSuite
public:
MOCK_METHOD1(isPointContained, bool(const Mantid::coord_t* pPoint));
MOCK_METHOD1(isPointContained, bool(const std::vector<Mantid::coord_t>&));
MOCK_METHOD1(isPointContained, bool(const Mantid::Kernel::VMD&));
MOCK_CONST_METHOD0(getName, std::string());
MOCK_CONST_METHOD0(toXMLString, std::string());
~MockImplicitFunction()
Expand Down

0 comments on commit 4fbb12c

Please sign in to comment.