![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtTest/qttestglobal.h>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qbytearrayalgorithms.h>
#include <stdio.h>
#include <stdlib.h>
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) |