#include <QMetaObject>
#include <QObject>
#include <QString>
Go to the source code of this file.
Classes | |
class | AbstractTest |
Macros | |
#define | V_UNUSED |
Enumerations | |
enum | ErrorState { ErrorLoad = 0 , ErrorInstall , ErrorSize , NoError } |
Variables | |
static const auto | TST_EX_BIN = -1 |
static const auto | TST_EX_FINISH_TIME_OUT = -2 |
static const auto | TST_EX_START_TIME_OUT = -3 |
static const auto | TST_EX_CRASH = -4 |
#define V_UNUSED |
Definition at line 68 of file abstracttest.h.
enum ErrorState |
Enumerator | |
---|---|
ErrorLoad | |
ErrorInstall | |
ErrorSize | |
NoError |
Definition at line 79 of file abstracttest.h.
|
static |
Definition at line 72 of file abstracttest.h.
Referenced by AbstractTest::Run().
|
static |
Definition at line 75 of file abstracttest.h.
Referenced by AbstractTest::Run().
|
static |
Definition at line 73 of file abstracttest.h.
Referenced by AbstractTest::Run().
|
static |
Definition at line 74 of file abstracttest.h.
Referenced by AbstractTest::Run().