Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qabstracttestlogger_p.h File Reference

(80a14c86b2739492d7f7fbdb1cbde1da85d1341d)

#include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qbytearrayalgorithms.h>
#include <stdio.h>
#include <stdlib.h>
+ Include dependency graph for qabstracttestlogger_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QAbstractTestLogger
 Base class for test loggers. More...
 
struct  QTestCharBuffer
 

Namespaces

namespace  QTest
 [15]
 
namespace  QTestPrivate
 

Enumerations

enum  QTestPrivate::IdentifierPart { QTestPrivate::TestObject = 0x1 , QTestPrivate::TestFunction = 0x2 , QTestPrivate::TestDataTag = 0x4 , QTestPrivate::AllParts = 0xFFFF }
 

Functions

int QTest::qt_asprintf (QTestCharBuffer *str, const char *format,...)
 
void QTestPrivate::generateTestIdentifier (QTestCharBuffer *identifier, int parts)
 
bool QTestPrivate::appendCharBuffer (QTestCharBuffer *accumulator, const QTestCharBuffer &more)