![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtestregistry_p.h>
Public Types | |
| using | TestEntryFunction = std::function<int(int, char **)> |
Public Member Functions | |
| void | registerTest (const QString &name, TestEntryFunction data) |
| size_t | total () const |
| TestEntryFunction | getTestEntryFunction (const QString &name) const |
| QStringList | getAllTestNames () const |
Static Public Member Functions | |
| static TestRegistry * | instance () |
Definition at line 27 of file qtestregistry_p.h.
| using QTest::TestRegistry::TestEntryFunction = std::function<int(int, char **)> |
Definition at line 29 of file qtestregistry_p.h.
| QStringList QTest::TestRegistry::getAllTestNames | ( | ) | const |
Definition at line 30 of file qtestregistry.cpp.
| TestRegistry::TestEntryFunction QTest::TestRegistry::getTestEntryFunction | ( | const QString & | name | ) | const |
Definition at line 24 of file qtestregistry.cpp.
|
static |
Definition at line 13 of file qtestregistry.cpp.
| void QTest::TestRegistry::registerTest | ( | const QString & | name, |
| TestEntryFunction | data ) |
Definition at line 18 of file qtestregistry.cpp.
|
inline |
Definition at line 34 of file qtestregistry_p.h.