summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-rw-r--r--src/testlib/qtestcase.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index d302a77206..729ae49aaf 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -95,10 +95,9 @@ QT_BEGIN_NAMESPACE
\inmodule QtTest
\brief The QTest namespace contains all the functions and
- declarations that are related to the QTestLib tool.
+ declarations that are related to Qt Test.
- Please refer to the \l{QTestLib Manual} documentation for information on
- how to write unit tests.
+ See the \l{Qt Test Overview} for information about how to write unit tests.
*/
/*! \macro QVERIFY(condition)
@@ -488,7 +487,7 @@ QT_BEGIN_NAMESPACE
\snippet qtestlib/tutorial5/benchmarking.cpp 0
- \sa {QTestLib Manual#Creating a Benchmark}{Creating a Benchmark},
+ \sa {Qt Test Overview#Creating a Benchmark}{Creating a Benchmark},
{Chapter 5: Writing a Benchmark}{Writing a Benchmark}
*/
@@ -509,7 +508,7 @@ QT_BEGIN_NAMESPACE
once. The elapsed time will be reported as "0" if it's to short to
be measured by the selected backend. (Use)
- \sa {QTestLib Manual#Creating a Benchmark}{Creating a Benchmark},
+ \sa {Qt Test Overview#Creating a Benchmark}{Creating a Benchmark},
{Chapter 5: Writing a Benchmark}{Writing a Benchmark}
*/