File indexing completed on 2024-12-22 04:16:52

0001 /*
0002  *  SPDX-FileCopyrightText: 2024 Dmitry Kazakov <dimula73@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 #ifndef TRANSFORMSTROKESTRATEGYTEST_H
0007 #define TRANSFORMSTROKESTRATEGYTEST_H
0008 
0009 #include <QObject>
0010 
0011 class TransformStrokeStrategyTest : public QObject
0012 {
0013     Q_OBJECT
0014 private Q_SLOTS:
0015     void initTestCase();
0016     void testLod2();
0017     void testLod2Cancelled();
0018     void testLod2ContinueAndCancel();
0019     void testLod0();
0020     void testLod0Cancelled();
0021     void testLod0ContinueAndCancel();
0022 };
0023 
0024 #endif // TRANSFORMSTROKESTRATEGYTEST_H