#include <stdio.h>
#include <string.h>
#include <QtCore/qglobal.h>
#include "QtTest/private/qxmltestlogger_p.h"
#include "QtTest/private/qtestresult_p.h"
#include "QtTest/private/qbenchmark_p.h"
#include "QtTest/private/qbenchmarkmetric_p.h"
#include "QtTest/qtestcase.h"
Go to the source code of this file.
|
| QTest |
| The QTest namespace contains all the functions and declarations that are related to the QTestLib tool.
|
|
◆ MAP_ENTITY
#define MAP_ENTITY |
( |
|
chr, |
|
|
|
ent |
|
) |
| |
Value:case chr: \
if (dest +
sizeof(ent) <
end) { \
strcpy(dest, ent); \
dest += sizeof(ent) - 1; \
} \
else { \
*dest = 0; \
return (dest+sizeof(ent)-begin); \
} \
++src; \
break;
static const KeyPair *const end
Referenced by QXmlTestLogger::xmlQuote().
◆ StringFormatFunction
typedef int(* StringFormatFunction) (QTestCharBuffer *, char const *, size_t) |
◆ allocateStringFn()