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
TestInfo Struct Reference
Collaboration diagram for TestInfo:

Public Attributes

int sdkVersion = -1
int pid = -1
QString userId
std::atomic< bool > isPackageInstalled { false }
std::atomic< bool > isTestRunnerInterrupted { false }
std::atomic< bool > deviceGone { false }
std::atomic< qint64stdoutLoggerPid { 0 }

Detailed Description

Definition at line 76 of file main.cpp.

Member Data Documentation

◆ deviceGone

std::atomic< bool > TestInfo::deviceGone { false }

Definition at line 84 of file main.cpp.

◆ isPackageInstalled

std::atomic< bool > TestInfo::isPackageInstalled { false }

Definition at line 82 of file main.cpp.

◆ isTestRunnerInterrupted

std::atomic< bool > TestInfo::isTestRunnerInterrupted { false }

Definition at line 83 of file main.cpp.

◆ pid

int TestInfo::pid = -1

Definition at line 79 of file main.cpp.

Referenced by waitForStarted().

◆ sdkVersion

int TestInfo::sdkVersion = -1

Definition at line 78 of file main.cpp.

Referenced by getCurrentTimeString(), obtainSdkVersion(), and userId().

◆ stdoutLoggerPid

std::atomic< qint64 > TestInfo::stdoutLoggerPid { 0 }

Definition at line 85 of file main.cpp.

◆ userId

QString TestInfo::userId

Definition at line 80 of file main.cpp.


The documentation for this struct was generated from the following file: