![]() |
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/private/qtestresult_p.h>#include <QtTest/qtestassert.h>#include <QtTest/private/qtestlog_p.h>#include <QtTest/private/qplaintestlogger_p.h>#include <QtTest/private/qbenchmark_p.h>#include <QtTest/private/qbenchmarkmetric_p.h>#include <QtCore/private/qlogging_p.h>#include <array>#include <cstdio>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <QtCore/QByteArray>#include <QtCore/qmath.h>#include <QtCore/QLibraryInfo>Go to the source code of this file.
Namespaces | |
| namespace | QTest |
| [15] | |
Functions | |
| static const char * | QTest::ptIncidentType2String (QAbstractTestLogger::IncidentTypes type) |
| static const char * | QTest::benchmarkResult2String () |
| static const char * | QTest::ptMessageType2String (QAbstractTestLogger::MessageTypes type) |
| template<typename T> | |
| static int | QTest::countSignificantDigits (T num) |
| template<typename T> | |
| QByteArray | QTest::formatResult (T number, int significantDigits) |