#include "tkvsdatabasepool.h"
#include "turlroute.h"
#include <QByteArray>
#include <QEventLoop>
#include <QObject>
#include <QtTest/QtTest>
#include <TAppSettings>
#include <TSystemGlobal>
#include <TStdErrSystemLogger>
#include <TWebApplication>
Go to the source code of this file.
◆ INIT_MULTIPLEXING_SERVER
#define INIT_MULTIPLEXING_SERVER |
( |
| ) |
|
◆ TF_TEST_MAIN
◆ TF_TEST_SQL_MAIN
#define TF_TEST_SQL_MAIN |
( |
|
TestObject, |
|
|
|
EnableTransactions |
|
) |
| |
◆ TF_TEST_SQLLESS_MAIN
#define TF_TEST_SQLLESS_MAIN |
( |
|
TestObject | ) |
|
Value: int main(int argc, char *argv[]) \
{ \
TestObject tc; \
return QTest::qExec(&tc, argc, argv); \
}
The TStdErrSystemLogger class provides functionality of system logging to stderr.
Definition tstderrsystemlogger.h:5
The TWebApplication class provides an event loop for TreeFrog applications.
Definition twebapplication.h:23