#include <iso_testsuite.h>
Public Member Functions | |
| TestSuite () | |
| constructor | |
| ~TestSuite () | |
| destructor | |
Static Public Member Functions | |
| static int | nextTestStartTime () |
| next start time to trigger a test (auto-increments each call instance) | |
Static Public Attributes | |
| static const int | TEST_INTERVAL = 9000 |
| static const int | TEST_LENGTH = 60000 |
Protected Member Functions | |
| void | run_test () |
| kick off the tests | |
Protected Attributes | |
| QVector< TestPatch * > | m_testPatches |
| int | m_testDuration |
Static Protected Attributes | |
| static int | s_nextTestStartTime |
| TestSuite::TestSuite | ( | ) |
constructor
choose test strategy {SERIAL, PARALLEL}
| TestSuite::~TestSuite | ( | ) |
destructor
| int TestSuite::nextTestStartTime | ( | ) | [static] |
next start time to trigger a test (auto-increments each call instance)
| void TestSuite::run_test | ( | ) | [protected] |
kick off the tests
const int iso::synth::TestSuite::TEST_INTERVAL = 9000 [static] |
const int iso::synth::TestSuite::TEST_LENGTH = 60000 [static] |
QVector<TestPatch*> iso::synth::TestSuite::m_testPatches [protected] |
int TestSuite::s_nextTestStartTime [static, protected] |
int iso::synth::TestSuite::m_testDuration [protected] |
1.5.1