Qt 4.8
Namespaces | Macros | Enumerations | Functions
qtest_global.h File Reference
#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,...)
 

Macro Definition Documentation

◆ Q_TESTLIB_EXPORT

#define Q_TESTLIB_EXPORT

◆ QTEST_VERSION

#define QTEST_VERSION   QT_VERSION

Definition at line 77 of file qtest_global.h.

◆ QTEST_VERSION_STR

#define QTEST_VERSION_STR   QT_VERSION_STR