summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/src/qttest.qdoc
blob: c558defa5982110056177253022d4834d8e2183e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \module QtTest
    \title Qt Test C++ Classes
    \ingroup modules
    \qtcmakepackage Test
    \qtvariable testlib

    \keyword QtTest

    \brief Provides classes for unit testing Qt applications and libraries.

    The \l{Qt Test} page contains information about how to use the module.
*/