Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qttest-toc.qdoc
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qttest-toc.html
6 \title Qt Test module topics
7
8 The following list has links to all the individual topics (HTML files)
9 in the Qt Test module.
10
11 \list
12 \li \l {Qt Test Overview}
13 \li \l {Qt Test Best Practices}{Best Practices}
14 \li \l {Qt Test Tutorial}
15 \list
16 \li \l {Chapter 1: Writing a Unit Test}
17 \li \l {Chapter 2: Data Driven Testing}
18 \li \l {Chapter 3: Simulating GUI Events}
19 \li \l {Chapter 4: Replaying GUI Events}
20 \li \l {Chapter 5: Writing a Benchmark}
21 \li \l {Chapter 6: Skipping Tests with QSKIP}
22 \endlist
23 \li \l {CMake Target Properties in Qt6 Test}{CMake Target Properties}
24 \li \l {CMake Variables in Qt6 Test}{CMake Variables}
25 \li \l {Changes to Qt Test}{Upgrading from Qt 5}
26 \endlist
27
28*/