~ci-train-bot/keeper/keeper-ubuntu-yakkety-2018

« back to all changes in this revision

Viewing changes to tests/integration/helpers/test-helpers-base.h

  • Committer: Bileto Bot
  • Author(s): Xavi Garcia Mena
  • Date: 2016-09-28 13:45:17 UTC
  • mfrom: (112.1.1 keeper)
  • Revision ID: ci-train-bot@canonical.com-20160928134517-bizvaiuve5w933ch
Cancel feature implemented.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
    bool capture_and_check_state_until_all_tasks_complete(QSignalSpy & spy, QStringList const & uuids, QString const & action_state, int max_timeout_msec = 15000);
103
103
 
 
104
    bool cancel_first_task_at_percentage(QSignalSpy & spy, double expected_percentage, QSharedPointer<DBusInterfaceKeeperUser> const & user_iface, int max_timeout_msec = 15000);
 
105
 
104
106
    QString get_uuid_for_xdg_folder_path(QString const &path, QVariantDictMap const & choices) const;
105
107
 
106
108
    bool start_dbus_monitor();