Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qjunittestlogger.cpp File Reference

(b5115d1c2fc73feb149a8ee97de011b3c75694fb)

#include <QtTest/private/qjunittestlogger_p.h>
#include <QtTest/private/qtestelement_p.h>
#include <QtTest/private/qtestjunitstreamer_p.h>
#include <QtTest/qtestcase.h>
#include <QtTest/private/qtestresult_p.h>
#include <QtTest/private/qbenchmark_p.h>
#include <QtTest/private/qtestlog_p.h>
#include <QtCore/qlibraryinfo.h>
#include <cstdio>
#include <string.h>
+ Include dependency graph for qjunittestlogger.cpp:

Go to the source code of this file.

Functions

static qreal elapsedTestCaseSeconds ()
 
static QByteArray toSecondsFormat (qreal ms)
 

Variables

static Q_CONSTINIT QElapsedTimer elapsedTestcaseTime
 

Function Documentation

◆ elapsedTestCaseSeconds()

static qreal elapsedTestCaseSeconds ( )
static

Definition at line 44 of file qjunittestlogger.cpp.

◆ toSecondsFormat()

static QByteArray toSecondsFormat ( qreal ms)
static

Definition at line 49 of file qjunittestlogger.cpp.

Variable Documentation

◆ elapsedTestcaseTime

static Q_CONSTINIT QElapsedTimer elapsedTestcaseTime
static

Definition at line 43 of file qjunittestlogger.cpp.