more correct test class for extscripts

This commit is contained in:
2016-05-23 11:04:12 +03:00
parent ea7c15d865
commit 72f0d4587b
17 changed files with 73 additions and 46 deletions

View File

@ -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;