(05fc3aef53348fb58be6308076e000825b704e58)
#include "qxctestlogger_p.h"
#include <QtCore/qstring.h>
#include <QtTest/private/qtestlog_p.h>
#include <QtTest/private/qtestresult_p.h>
import <XCTest/XCTest.h>
Go to the source code of this file.
◆ FOREACH_BARRIER
| #define FOREACH_BARRIER |
( |
| cmd | ) |
|
Value:for (int i = 0; i < BarrierCount; ++i) { cmd }
Definition at line 78 of file qxctestlogger.mm.
◆ SIGNAL_BARRIER
| #define SIGNAL_BARRIER |
( |
| b | ) |
|
Value:
static ThreadBarriers * get()
void signal(Barrier barrier)
Definition at line 87 of file qxctestlogger.mm.
◆ WAIT_FOR_BARRIER
| #define WAIT_FOR_BARRIER |
( |
| b | ) |
|
◆ s_qtTestSuiteRun
| XCTestSuiteRun * s_qtTestSuiteRun = nullptr |
|
static |