AutoTest: Add minimum support for debugging tests

This adds another context menu entry for items on the test tree
to allow debugging of a single test.

Task-number: QTCREATORBUG-16070
Change-Id: I98f56b0f22c94ad71f0b91d690383043ed27f1c7
Reviewed-by: hjk <hjk@theqtcompany.com>
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-06-15 12:29:24 +02:00
parent 0e923c2a75
commit 5988fd0f5c
19 changed files with 227 additions and 25 deletions

View File

@@ -25,6 +25,8 @@
#pragma once
#include "testrunner.h"
#include <coreplugin/inavigationwidgetfactory.h>
#include <utils/navigationtreeview.h>
@@ -74,7 +76,7 @@ private slots:
private:
void initializeFilterMenu();
void onRunThisTestTriggered();
void onRunThisTestTriggered(TestRunner::Mode runMode);
TestTreeModel *m_model;
TestTreeSortFilterModel *m_sortFilterModel;