summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-07 10:58:31 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-07 10:58:31 +1000
commitea4adaa0f859929d9fc1a5e6a169c7f493f64dee (patch)
tree9d6bdb2c8de8ba415e2873c614da42da05b01606 /doc
parentd44013f256d6e234c82a1386e27dbe9acd853557 (diff)
Add equivalents of qWait() and qSleep()
Diffstat (limited to 'doc')
-rw-r--r--doc/testcases.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/testcases.txt b/doc/testcases.txt
index c2a459c..4a5e53f 100644
--- a/doc/testcases.txt
+++ b/doc/testcases.txt
@@ -96,6 +96,12 @@ A number of helper functions are available to assist with writing tests:
- Ignore warning message
- Similar to QTest::ignoreMessage(QtWarningMsg, msg)
+ wait(ms)
+ - Wait for "ms" milliseconds, processing Qt events.
+
+ sleep(ms)
+ - Sleep for "ms" milliseconds, but do not process events.
+
The "msg" parameters can be omitted if there is no particular message
that should be displayed other than "FAIL" or "SKIP".