Qt 4.8
|
#include <QtCore/qglobal.h>
Go to the source code of this file.
Namespaces | |
QTest | |
The QTest namespace contains all the functions and declarations that are related to the QTestLib tool. | |
Macros | |
#define | Q_TESTLIB_EXPORT |
#define | QTEST_VERSION QT_VERSION |
#define | QTEST_VERSION_STR QT_VERSION_STR |
Enumerations | |
enum | QTest::SkipMode { QTest::SkipSingle = 1, QTest::SkipAll = 2 } |
This enum describes the modes for skipping tests during execution of the test data. More... | |
enum | QTest::TestFailMode { QTest::Abort = 1, QTest::Continue = 2 } |
This enum describes the modes for handling an expected failure of the QVERIFY() or QCOMPARE() macros. More... | |
Functions | |
int Q_TESTLIB_EXPORT | QTest::qt_snprintf (char *str, int size, const char *format,...) |
#define Q_TESTLIB_EXPORT |
Definition at line 56 of file qtest_global.h.
Referenced by QTest::addColumn(), QTest::compare_ptr_helper(), QTest::initLogger(), QTest::mouseEvent(), QTest::qCompare(), QTest::simulateEvent(), and QTest::toString().
#define QTEST_VERSION QT_VERSION |
Definition at line 77 of file qtest_global.h.
#define QTEST_VERSION_STR QT_VERSION_STR |
Definition at line 78 of file qtest_global.h.
Referenced by QTestLightXmlStreamer::output(), QTestXmlStreamer::output(), QPlainTestLogger::startLogging(), QXmlTestLogger::startLogging(), and QTestLogger::stopLogging().