ACF $AcfVersion:0$
CFileNameParamTest.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
14
15
16class CFileNameParamTest : public QObject
17{
18 Q_OBJECT
19
20private Q_SLOTS:
21 void GetSetPathTest();
22 void PathTypeTest();
23 void SerializationTest();
24 void CopyFromTest();
25 void IsEqualTest();
26 void EmptyPathTest();
27 void SupportedOperationsTest();
28};
29
30