ACF
$AcfVersion:0$
Acf
Include
ifile
Test
CSimpleEncoderTest.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
12
13
class
CSimpleEncoderTest
:
public
QObject
14
{
15
Q_OBJECT
16
17
private
Q_SLOTS:
18
void
DoEncodeDecodeTest();
19
void
DoEmptyDataTest();
20
void
DoSingleByteTest();
21
void
DoLargeDataTest();
22
};
23
24
CStandardTestExecutor.h
CSimpleEncoderTest
Definition
CSimpleEncoderTest.h:14
Generated by
1.9.8