ACF $AcfVersion:0$
CCumulatedProgressManagerBaseTest.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// Qt includes
6#include <QtCore/QObject>
7#include <QtTest/QtTest>
8
9// ACF includes
11
12
14{
15 Q_OBJECT
16
17private Q_SLOTS:
18 void DoOverflowTest1();
19 void TestBasicProgressLogger();
20 void TestMultipleSubtasks();
21 void TestCancellation();
22 void TestGetProcessedTasksSorted();
23 void TestGetProcessedTasksMaxCount();
24 void TestResetProgressManager();
25 void TestTaskStatusTransitions();
26 void TestNestedSubtasks();
27 void TestDefaultTaskInfo();
28};
29
30