ACF
$AcfVersion:0$
Acf
Include
iprm
Test
CNameParamTest.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 <
iprm/CNameParam.h
>
12
13
14
class
CNameParamTest
:
public
QObject
15
{
16
Q_OBJECT
17
18
private
Q_SLOTS:
19
void
initTestCase();
20
21
void
GetSetTest();
22
void
ResetTest();
23
24
void
SerializeTest();
25
void
CopyFromTest();
26
void
CloneTest();
27
void
IsEqualTest();
28
29
void
cleanupTestCase();
30
31
private
:
32
iprm::CNameParam
m_param;
33
const
QByteArray m_refValue =
"12345678"
;
34
};
35
36
CNameParam.h
CStandardTestExecutor.h
CNameParamTest
Definition
CNameParamTest.h:15
iprm::CNameParam
Implementation of a named object over iprm::INameParam interface.
Definition
CNameParam.h:17
Generated by
1.9.8