AutoTest: Add test frame work handling

Mainly a preparation for enabling/disabling test frame works.

Change-Id: I0bbea7e055a607517ef8193587c229cadf0de027
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-06-01 16:22:50 +02:00
parent 1681066c37
commit 5ef85949a8
18 changed files with 671 additions and 89 deletions

View File

@@ -32,6 +32,7 @@
namespace Autotest {
namespace Internal {
class TestFrameworkManager;
struct TestSettings;
class AutotestPlugin : public ExtensionSystem::IPlugin
@@ -59,6 +60,7 @@ private:
void updateMenuItemsEnabledState();
QList<QObject *> createTestObjects() const;
const QSharedPointer<TestSettings> m_settings;
TestFrameworkManager *m_frameworkManager = 0;
};
} // namespace Internal