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
qplaintestlogger.cpp File Reference

(80a14c86b2739492d7f7fbdb1cbde1da85d1341d)

#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 <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <QtCore/QByteArray>
#include <QtCore/qmath.h>
#include <QtCore/QLibraryInfo>
+ Include dependency graph for qplaintestlogger.cpp:

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)