forked from qt-creator/qt-creator
AutoTest: Test execution from result output pane
Enable test execution via context menu in the result output pane. At the moment only gtest is supported. Task-number: QTCREATORBUG-16695 Change-Id: Ib39164c3cb44d249647b11e25dc51c9ac5db89c5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -58,6 +58,11 @@ const QString TestResult::outputString(bool selected) const
|
||||
return selected ? m_description : m_description.split('\n').first();
|
||||
}
|
||||
|
||||
const TestTreeItem *TestResult::findTestTreeItem() const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Result::Type TestResult::resultFromString(const QString &resultString)
|
||||
{
|
||||
if (resultString == "pass")
|
||||
|
||||
Reference in New Issue
Block a user