![]() |
Qt 6.x
The Qt SDK
|
#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) |