ACF
$AcfVersion:0$
Acf
Include
iprm
Test
CSelectionParamTest.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 <
itest/CStandardTestExecutor.h
>
11
#include <
imod/TModelWrap.h
>
12
#include <
iprm/CSelectionParam.h
>
13
14
15
class
CSelectionParamTest
:
public
QObject
16
{
17
Q_OBJECT
18
19
private
Q_SLOTS:
20
void
initTestCase();
21
22
void
GetSetTest();
23
void
ResetTest();
24
25
void
SerializeTest();
26
void
CopyFromTest();
27
void
CloneTest();
28
void
IsEqualTest();
29
30
void
cleanupTestCase();
31
32
private
:
33
imod::TModelWrap<iprm::CSelectionParam>
m_param;
34
};
35
36
CSelectionParam.h
CStandardTestExecutor.h
TModelWrap.h
CSelectionParamTest
Definition
CSelectionParamTest.h:16
imod::TModelWrap
This model wrapper provides a simple connection between a concrete istd::IChangeable implementation a...
Definition
TModelWrap.h:24
Generated by
1.9.8