(249e7f768fb7b4e11c90d2ece022738dd1d36b02)
#include <QtQuickTest/quicktestglobal.h>
#include <QtTest/qtest.h>
Go to the source code of this file.
◆ QTRY_VERIFY_ACTIVE_FOCUS
#define QTRY_VERIFY_ACTIVE_FOCUS |
( |
| item | ) |
|
Value: do { \
} while (false)
Q_QMLTEST_EXPORT QByteArray qActiveFocusFailureMessage(const QQuickItem *item)
Definition at line 97 of file quicktest.h.
◆ QUICK_TEST_MAIN
#define QUICK_TEST_MAIN |
( |
| name | ) |
|
Value: int main(
int argc,
char **argv) \
{ \
QTEST_SET_MAIN_SOURCE_PATH \
}
EGLImageKHR EGLint * name
int quick_test_main(int argc, char **argv, const char *name, const char *sourceDir)
Definition at line 45 of file quicktest.h.
◆ QUICK_TEST_MAIN_WITH_SETUP
#define QUICK_TEST_MAIN_WITH_SETUP |
( |
| name, |
|
|
| QuickTestSetupClass ) |
Value: int main(
int argc,
char **argv) \
{ \
QTEST_SET_MAIN_SOURCE_PATH \
QuickTestSetupClass setup; \
}
int quick_test_main_with_setup(int argc, char **argv, const char *name, const char *sourceDir, QObject *setup)
Definition at line 59 of file quicktest.h.
◆ QUICK_TEST_OPENGL_MAIN
#define QUICK_TEST_OPENGL_MAIN |
( |
| name | ) |
|
Value: int main(
int argc,
char **argv) \
{ \
QTEST_SET_MAIN_SOURCE_PATH \
}
Definition at line 52 of file quicktest.h.
◆ QVERIFY_ACTIVE_FOCUS
#define QVERIFY_ACTIVE_FOCUS |
( |
| item | ) |
|
◆ quick_test_main()
Q_QMLTEST_EXPORT int quick_test_main |
( |
int | argc, |
|
|
char ** | argv, |
|
|
const char * | name, |
|
|
const char * | sourceDir ) |
◆ quick_test_main_with_setup()
Q_QMLTEST_EXPORT int quick_test_main_with_setup |
( |
int | argc, |
|
|
char ** | argv, |
|
|
const char * | name, |
|
|
const char * | sourceDir, |
|
|
QObject * | setup ) |