Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QTest>
#include <QSqlDatabase>
#include <QFontDatabase>
#include <initializer_list>
Go to the source code of this file.
Classes | |
class | TestBenchmark |
class | MyTestClass |
class | TestQString |
Macros | |
#define | ARG(...) |
Functions | |
void | closeAllDatabases () |
void | wrapInFunction () |
void | testInt () |
[4] | |
void | testObject () |
[11] | |
void | tstQDir () |
void | quarterSecondSleep () |
[22] | |
void | verifyString () |
[27] | |
void | compareListToArray () |
void | compareListToInitializerList () |
#define ARG | ( | ... | ) |
void closeAllDatabases | ( | ) |
Definition at line 29 of file src_qtestlib_qtestcase.cpp.
Referenced by MyTestClass::cleanup().
void compareListToArray | ( | ) |
void compareListToInitializerList | ( | ) |
void quarterSecondSleep | ( | ) |
void testInt | ( | ) |
[4]
[5]
[5]
[6]
[6]
[7]
[7]
[8]
[8]
[9]
[9]
[10]
[10]
[5]
[5]
[6]
[6]
[7]
[7]
[8]
[8]
[9]
[9]
[10]
[10]
Definition at line 75 of file src_qtestlib_qtestcase.cpp.
void testObject | ( | ) |
void tstQDir | ( | ) |
void verifyString | ( | ) |
[27]
[32]
[32] [33]
[33]
[32]
[32] [33]
[33]
Definition at line 193 of file src_qtestlib_qtestcase.cpp.
void wrapInFunction | ( | ) |