aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/doc/src/qtquicktest-cppapi.qdoc
blob: 809af044d656e5a2f259559a2c7ce6da3e801a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \module QtQuickTest
    \keyword Qt Quick Test C++ API
    \title Qt Quick Test C++ API
    \ingroup modules

    \brief Provides macros and functions for tests.

    The C++ macros and functions can be included into your application using
    the following include statement:

    \snippet src_qmltest_qquicktest_snippet.cpp 0

    \sa {Executing C++ Before QML Tests}
*/