~mhr3/unity-scopes-api/merge-trunk

« back to all changes in this revision

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

  • Committer: Michi Henning
  • Date: 2014-07-29 09:33:53 UTC
  • mfrom: (425 devel)
  • mto: This revision was merged to the branch mainline in revision 427.
  • Revision ID: michi.henning@canonical.com-20140729093353-ndu77ndikxqtaqsc
Merged devel and fixed conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    // From Reply
45
45
    MOCK_METHOD0(finished, void());
46
46
    MOCK_METHOD1(error, void(std::exception_ptr));
 
47
    MOCK_METHOD1(info, void(OperationInfo const&));
47
48
 
48
49
    // From SearchReply
49
50
    MOCK_METHOD1(register_layout, bool(ColumnLayoutList const&));