#include #include "alignment.h" namespace extractor { typedef vector> SentenceLinks; class MockAlignment : public Alignment { public: MOCK_CONST_METHOD1(GetLinks, SentenceLinks(int sentence_id)); }; } // namespace extractor