ACF
$AcfVersion:0$
Acf
Tests
MultiThreadingComponentTest
CMultiThreadingTest.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 <
iprm/ISelectionParam.h
>
11
#include <
iprm/IOptionsManager.h
>
12
#include <
itest/CStandardTestExecutor.h
>
13
#include <GeneratedFiles/MultiThreadingComponentTest/CMultiThreadingComponentTest.h>
14
15
class
CMultiThreadingTest
:
public
QObject
16
{
17
Q_OBJECT
18
private
slots:
19
void
initTestCase();
20
21
void
RunParallel4();
22
void
CloneTest();
23
24
void
cleanupTestCase();
25
26
private
:
27
std::shared_ptr<CMultiThreadingComponentTest> m_testPartituraInstanceCompPtr;
28
};
29
30
CStandardTestExecutor.h
IOptionsManager.h
ISelectionParam.h
CMultiThreadingTest
Definition
CMultiThreadingTest.h:16
Generated by
1.9.8