DBusTest: Add test for Window interface methods

Authored by mglb on Oct 23 2019, 12:36 AM.

Description

DBusTest: Add test for Window interface methods

Tested functions:

  • int sessionCount();
  • QStringList sessionList();
  • int currentSession();
  • void setCurrentSession(int sessionId);
  • int newSession();
  • int newSession(const QString &profile);
  • int newSession(const QString &profile, const QString &directory);
  • QString defaultProfile();
  • QStringList profileList();
  • void nextSession();
  • void prevSession();
  • void moveSessionLeft();
  • void moveSessionRight();
  • void setTabWidthToText(bool);

Details

Committed
mglbOct 27 2019, 1:35 AM
Parents
R319:7f460ea559b1: DBusTest: Do not show popup when closing multiple tabs
Branches
Unknown
Tags
Unknown