![]() |
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 <QtCore/qatomicscopedvaluerollback.h>#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 () |
| void | withRestoredDefaultLocale () |
| #define ARG | ( | ... | ) |
| void closeAllDatabases | ( | ) |
Definition at line 45 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]
Definition at line 91 of file src_qtestlib_qtestcase.cpp.
| void testObject | ( | ) |
| void tstQDir | ( | ) |
| void verifyString | ( | ) |
| void withRestoredDefaultLocale | ( | ) |
| void wrapInFunction | ( | ) |