aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktestresult_p.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-02-07 15:09:44 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-09 00:31:00 +0100
commite8420af07158dc3aa5c6ea7ddae6f8be4976e454 (patch)
treef2f3b7ab0ca941117dbc645337b1cd4a5b1ab8ae /src/qmltest/quicktestresult_p.h
parentf7d2bcf3c59d07548b88e8c7546821a5e86222dc (diff)
qmltest: Perform extra checks after each data row is executed.
Add calls to the new function QTestResult::finishedCurrentTestData() to verify that expected failures and expected messages have been produced. Change-Id: Ia139a962c705a5f47be992b7f2e81775aa2e2f28 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'src/qmltest/quicktestresult_p.h')
-rw-r--r--src/qmltest/quicktestresult_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmltest/quicktestresult_p.h b/src/qmltest/quicktestresult_p.h
index 26e1591235..2c37faba7e 100644
--- a/src/qmltest/quicktestresult_p.h
+++ b/src/qmltest/quicktestresult_p.h
@@ -122,6 +122,7 @@ public Q_SLOTS:
void initTestTable();
void clearTestTable();
+ void finishTestData();
void finishTestFunction();
void fail(const QString &message, const QUrl &location, int line);