ACF
$AcfVersion:0$
Acf
Include
ibase
Test
TSerializableContainerTest.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 <QtCore/QString>
8
#include <QtTest/QtTest>
9
10
// ACF includes
11
#include <
itest/CStandardTestExecutor.h
>
12
13
17
class
TSerializableContainerTest
:
public
QObject
18
{
19
Q_OBJECT
20
21
private
Q_SLOTS:
22
void
initTestCase();
23
24
// Serialization tests
25
void
testSerializeInt();
26
void
testSerializeString();
27
void
testSerializeEmpty();
28
29
void
cleanupTestCase();
30
};
31
32
CStandardTestExecutor.h
TSerializableContainerTest
Unit tests for TSerializableContainer template class.
Definition
TSerializableContainerTest.h:18
Generated by
1.9.8