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 }

Detailed Description

Definition at line 62 of file main.cpp.

Member Data Documentation

◆ isPackageInstalled

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

Definition at line 68 of file main.cpp.

◆ isTestRunnerInterrupted

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

Definition at line 69 of file main.cpp.

◆ pid

int TestInfo::pid = -1

Definition at line 65 of file main.cpp.

Referenced by isRunning(), and waitForStarted().

◆ sdkVersion

int TestInfo::sdkVersion = -1

Definition at line 64 of file main.cpp.

Referenced by obtainSdkVersion(), and userId().

◆ userId

QString TestInfo::userId

Definition at line 66 of file main.cpp.


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