ACF
$AcfVersion:0$
Acf
Include
istd
Test
CChangeSetTest.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
10
#include <
istd/IChangeable.h
>
11
#include <
itest/CStandardTestExecutor.h
>
12
13
class
CChangeSetTest
:
public
QObject
14
{
15
Q_OBJECT
16
private
slots:
17
void
initTestCase();
18
19
void
DefaultConstructorTest();
20
void
SingleIdConstructorTest();
21
void
MultipleIdsConstructorTest();
22
void
DescriptionConstructorTest();
23
void
IsEmptyTest();
24
void
ContainsTest();
25
void
ContainsAnyTest();
26
void
GetIdsTest();
27
void
ResetTest();
28
void
MaskOutTest();
29
30
void
cleanupTestCase();
31
};
32
33
CStandardTestExecutor.h
IChangeable.h
CChangeSetTest
Definition
CChangeSetTest.h:14
Generated by
1.9.8