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

import QtTest

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