~unity-api-team/hud/test-failures

« back to all changes in this revision

Viewing changes to tests/unit/service/Mocks.h

  • Committer: Pete Woods
  • Date: 2014-03-19 23:26:48 UTC
  • Revision ID: pete.woods@canonical.com-20140319232648-c1nhfkfnvgg11xm2
Prefix handling should be more robust

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
        MOCK_METHOD1(executeToolbar, void(const QString &));
116
116
 
117
 
        MOCK_METHOD4(executeParameterized, QString(unsigned long long,
118
 
                                        QString &, QDBusObjectPath &, QDBusObjectPath &));
 
117
        MOCK_METHOD5(executeParameterized, QString(unsigned long long,
 
118
                                        QString &, QString &, QDBusObjectPath &, QDBusObjectPath &));
119
119
 
120
120
        MOCK_CONST_METHOD0(commands, QList<QStringList>());
121
121