forked from qt-creator/qt-creator
AutoTest: Use ITestFramework * instead of its id in some cases
Change-Id: Ic327e31185247b6479c78af8bf8156f44bb4bdfb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -31,12 +31,15 @@ namespace Core { class Id; }
|
||||
namespace Utils { class Environment; }
|
||||
|
||||
namespace Autotest {
|
||||
|
||||
class ITestFramework;
|
||||
|
||||
namespace Internal {
|
||||
namespace QTestUtils {
|
||||
|
||||
bool isQTestMacro(const QByteArray ¯o);
|
||||
QHash<QString, QString> testCaseNamesForFiles(const Core::Id &id, const QStringList &files);
|
||||
QMultiHash<QString, QString> alternativeFiles(const Core::Id &id, const QStringList &files);
|
||||
QHash<QString, QString> testCaseNamesForFiles(ITestFramework *framework, const QStringList &files);
|
||||
QMultiHash<QString, QString> alternativeFiles(ITestFramework *framework, const QStringList &files);
|
||||
QStringList filterInterfering(const QStringList &provided, QStringList *omitted, bool isQuickTest);
|
||||
Utils::Environment prepareBasicEnvironment(const Utils::Environment &env);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user