summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-06 15:06:26 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-06 15:06:26 +1000
commit88321ef275cdca5936b2a96dd89ca1fc69fe77d5 (patch)
tree803a91e5beba4d57fee8e80389de6a5a406e32ad /doc
parent2962830c5b38a0ed8bb3992f9b8b935043cc6442 (diff)
Add ignoreWarning() helper function
Diffstat (limited to 'doc')
-rw-r--r--doc/testcases.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/testcases.txt b/doc/testcases.txt
index 7d34af7..c2a459c 100644
--- a/doc/testcases.txt
+++ b/doc/testcases.txt
@@ -92,6 +92,10 @@ A number of helper functions are available to assist with writing tests:
warn(msg)
- Similar to QWARN in C++
+ ignoreWarning(msg)
+ - Ignore warning message
+ - Similar to QTest::ignoreMessage(QtWarningMsg, msg)
+
The "msg" parameters can be omitted if there is no particular message
that should be displayed other than "FAIL" or "SKIP".