#include "QtTest/private/qtestresult_p.h"
#include <QtCore/qglobal.h>
#include "QtTest/private/qtestlog_p.h"
#include "QtTest/qtestdata.h"
#include "QtTest/qtestassert.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
|
| QTest |
| The QTest namespace contains all the functions and declarations that are related to the QTestLib tool.
|
|
◆ checkStatement()
static bool checkStatement |
( |
bool |
statement, |
|
|
const char * |
msg, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
|
static |
Definition at line 213 of file qtestresult.cpp.
Referenced by QTestResult::compare(), and QTestResult::verify().
static void addFailure(const char *message, const char *file, int line)
static int expectFailMode
static void clearExpectFail()
static void addXFail(const char *msg, const char *file, int line)
static const char * expectFailComment
static void addXPass(const char *msg, const char *file, int line)
◆ clearExpectFail()
static void clearExpectFail |
( |
| ) |
|
|
static |
◆ isExpectFailData()
static bool isExpectFailData |
( |
const char * |
dataIndex | ) |
|
|
static |