Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_qtestlib_qtestcase.cpp File Reference

(c580a7b0fa09473fb6afaf3416c858b71171ad48)

#include <QTest>
#include <QSqlDatabase>
#include <QFontDatabase>
#include <initializer_list>
+ Include dependency graph for src_qtestlib_qtestcase.cpp:
+ This graph shows which files directly or indirectly include this file:

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 ()
 

Macro Definition Documentation

◆ ARG

#define ARG ( ...)
Value:
__VA_ARGS__

Function Documentation

◆ closeAllDatabases()

void closeAllDatabases ( )

Definition at line 29 of file src_qtestlib_qtestcase.cpp.

Referenced by MyTestClass::cleanup().

+ Here is the caller graph for this function:

◆ compareListToArray()

void compareListToArray ( )

[34]

[34]

[34]

[34]

Definition at line 207 of file src_qtestlib_qtestcase.cpp.

◆ compareListToInitializerList()

void compareListToInitializerList ( )

[35]

[35]

[35]

[35]

Definition at line 215 of file src_qtestlib_qtestcase.cpp.

◆ quarterSecondSleep()

void quarterSecondSleep ( )

[22]

[23]

[23]

[23]

[23]

Definition at line 173 of file src_qtestlib_qtestcase.cpp.

◆ testInt()

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.

◆ testObject()

void testObject ( )

[11]

[11]

[18]

[18]

[18]

[18]

Definition at line 114 of file src_qtestlib_qtestcase.cpp.

◆ tstQDir()

void tstQDir ( )

[19]

[19]

[19]

[19]

Definition at line 125 of file src_qtestlib_qtestcase.cpp.

◆ verifyString()

void verifyString ( )

[27]

[32]

[32] [33]

[33]

[32]

[32] [33]

[33]

Definition at line 193 of file src_qtestlib_qtestcase.cpp.

◆ wrapInFunction()

void wrapInFunction ( )

[1]

[1]

[2]

[2]

[1]

[1]

[2]

[2]

Definition at line 42 of file src_qtestlib_qtestcase.cpp.