forked from qt-creator/qt-creator
AutoTest: Provide catch settings
Users can now modify some settings of Catch tests. Task-number: QTCREATORBUG-19740 Change-Id: I47e64a43f22fbf783cbf7b256e498d9037533e9a Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
|
||||
#include "../itestframework.h"
|
||||
|
||||
#include "catchtestsettings.h"
|
||||
#include "catchtestsettingspage.h"
|
||||
|
||||
namespace Autotest {
|
||||
namespace Internal {
|
||||
|
||||
@@ -40,7 +43,12 @@ public:
|
||||
protected:
|
||||
ITestParser *createTestParser() override;
|
||||
TestTreeItem *createRootNode() override;
|
||||
|
||||
private:
|
||||
IFrameworkSettings * frameworkSettings() override { return &m_settings; }
|
||||
CatchTestSettings m_settings;
|
||||
CatchTestSettingsPage m_settingsPage{&m_settings, settingsId()};
|
||||
};
|
||||
|
||||
} // namepsace Internal
|
||||
} // namespace Internal
|
||||
} // namespace Autotest
|
||||
|
||||
Reference in New Issue
Block a user