~phablet-team/messaging-framework/maintain-connection-state

« back to all changes in this revision

Viewing changes to tests/mock_group_manager.h

  • Committer: Tarmac
  • Author(s): Roberto Mier Escandon
  • Date: 2016-08-23 22:12:02 UTC
  • mfrom: (54.1.6 include-group-creator)
  • Revision ID: tarmac-20160823221202-xp8p4pcb6fwp5jar
Added creator to the group when created the channel.

NOTE: this branch should be landed along with https://code.launchpad.net/~ningbo-team/ningbo/include-group-creator/+merge/303179.

Approved by Tiago Salem Herrmann, system-apps-ci-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    MOCK_METHOD1(remove_members, void(const messaging::Members&));
45
45
    MOCK_METHOD0(group_id, std::string());
46
46
    MOCK_METHOD0(group_title, std::string());
 
47
    MOCK_METHOD0(group_creator, std::shared_ptr<messaging::Member>());
47
48
    MOCK_METHOD0(members, messaging::Members());
48
49
    MOCK_METHOD1(set_observer, void(const std::shared_ptr<Observer>&));
49
50
};