mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 22:05:48 +00:00
more correct test class for extscripts
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
|
||||
|
||||
class ExtScript;
|
||||
class QSignalSpy;
|
||||
|
||||
class TestExtScript : public QObject
|
||||
{
|
||||
@ -35,8 +36,8 @@ private slots:
|
||||
void cleanupTestCase();
|
||||
// test
|
||||
void test_values();
|
||||
void test_firstRun();
|
||||
void test_secondRun();
|
||||
void test_run();
|
||||
void test_filters();
|
||||
|
||||
private:
|
||||
ExtScript *extScript = nullptr;
|
||||
|
Reference in New Issue
Block a user