diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-12-29 21:41:09 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-12-30 11:18:48 (GMT) |
commit | 1e4c00f4a1844c040f24162844ed35d624ef59d2 (patch) | |
tree | 689860ec9c1725a29882c584c8329bb0e3963f18 /doc/src | |
parent | 5e3e9c5600e3089073990fd752e0eaa0336c6301 (diff) | |
download | Qt-1e4c00f4a1844c040f24162844ed35d624ef59d2.zip Qt-1e4c00f4a1844c040f24162844ed35d624ef59d2.tar.gz Qt-1e4c00f4a1844c040f24162844ed35d624ef59d2.tar.bz2 |
Doc: Add `-xunitxml' option to qtestlib documentation
Task-number: QTBUG-14305
Reviewed-by: Casper van Donderen
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/development/qtestlib.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/development/qtestlib.qdoc b/doc/src/development/qtestlib.qdoc index 80bf838..d0264f8 100644 --- a/doc/src/development/qtestlib.qdoc +++ b/doc/src/development/qtestlib.qdoc @@ -195,6 +195,8 @@ outputs XML formatted results instead of plain text \o \c -lightxml \BR outputs results as a stream of XML tags + \o \c -xunitxml \BR + outputs results as an Xunit XML document \o \c -eventdelay \e ms \BR if no delay is specified for keyboard or mouse simulation (\l QTest::keyClick(), |