forked from qt-creator/qt-creator
AutoTest: Introduce ITestTool
Preparation for separating handling of code based and build system based tests. Task-number: QTCREATORBUG-23332 Change-Id: I490af5f3157fd4a8cd07d976cdfd9e4503ade97b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -37,13 +37,13 @@ ITestParser *BoostTestFramework::createTestParser()
|
||||
return new BoostTestParser(this);
|
||||
}
|
||||
|
||||
TestTreeItem *BoostTestFramework::createRootNode()
|
||||
ITestTreeItem *BoostTestFramework::createRootNode()
|
||||
{
|
||||
return new BoostTestTreeItem(
|
||||
this,
|
||||
QCoreApplication::translate("BoostTestFramework",
|
||||
BoostTest::Constants::FRAMEWORK_SETTINGS_CATEGORY),
|
||||
QString(), TestTreeItem::Root);
|
||||
QString(), ITestTreeItem::Root);
|
||||
}
|
||||
|
||||
const char *BoostTestFramework::name() const
|
||||
|
||||
Reference in New Issue
Block a user