Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtestdata.h File Reference
#include <QtTest/qttestglobal.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qtestdata.h:

Go to the source code of this file.

Classes

class  QTestData
 

Functions

template<typename T >
QTestDataoperator<< (QTestData &data, const T &value)
 
QTestDataoperator<< (QTestData &data, const char *value)
 

Function Documentation

◆ operator<<() [1/2]

QTestData & operator<< ( QTestData data,
const char *  value 
)
inline

Definition at line 45 of file qtestdata.h.

References QString::fromUtf8(), and str.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

template<typename T >
QTestData & operator<< ( QTestData data,
const T &  value 
)

Definition at line 39 of file qtestdata.h.

References QTestData::append().

+ Here is the call graph for this function: