summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/CompletionLoggingTestCase.qml
blob: 9ffe1abd9b8fc04de76ad3db82a37f96015780f0 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

import QtTest

TestCase {
    onCompletedChanged: parent.completedTestCases += (completed ? 1 : -1)
    objectName: "TestCase"
}