~michihenning/storage-framework/check-server-side-metadata

« back to all changes in this revision

Viewing changes to tests/utils/DBusEnvironment.h

  • Committer: Tarmac
  • Author(s): James Henstridge
  • Date: 2016-08-10 13:23:42 UTC
  • mfrom: (39.3.7 provider-tests-dbus)
  • Revision ID: tarmac-20160810132342-1w0hjoeglfjxzafp
Add tests for the D-Bus interface code in libstorage-framework-provider.

Approved by unity-api-1-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    ~DBusEnvironment();
36
36
 
37
37
    QDBusConnection const& connection() const;
 
38
    QString const& busAddress() const;
38
39
 
39
40
    void add_demo_provider(char const* service_id);
40
41
    void start_services();