~mardy/unity-scopes-api/clientid-1554040

« back to all changes in this revision

Viewing changes to include/unity/scopes/testing/MockSearchReply.h

  • Committer: Michi Henning
  • Date: 2015-02-25 05:20:57 UTC
  • mfrom: (163.386.1 devel)
  • mto: (163.386.2 devel)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: michi.henning@canonical.com-20150225052057-9p21sge1myzaowcb
Merged devel and resolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    MOCK_METHOD1(push, bool(CategorisedResult const&));
66
66
    MOCK_METHOD2(push, bool(Filters const&, FilterState const&));
67
67
    MOCK_METHOD1(push, bool(experimental::Annotation const& annotation));
 
68
    MOCK_METHOD0(push_surfacing_results_from_cache, void());
68
69
};
69
70
 
70
71
/// @endcond