forked from qt-creator/qt-creator
AutoTest: Provide locator for finding data tags
Makes it possible to jump to Qt Test data tags using the locator. Change-Id: I9b4590b0520a59675cd05055ee07918aa0dcf08d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "catch/catchtestframework.h"
|
||||
#include "ctest/ctesttool.h"
|
||||
#include "gtest/gtestframework.h"
|
||||
#include "qtest/datataglocatorfilter.h"
|
||||
#include "qtest/qttestframework.h"
|
||||
#include "quick/quicktestframework.h"
|
||||
|
||||
@@ -99,6 +100,7 @@ public:
|
||||
TestCodeParser m_testCodeParser;
|
||||
TestTreeModel m_testTreeModel{&m_testCodeParser};
|
||||
TestRunner m_testRunner;
|
||||
DataTagLocatorFilter m_dataTagLocatorFilter;
|
||||
#ifdef WITH_TESTS
|
||||
LoadProjectScenario m_loadProjectScenario{&m_testTreeModel};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user