Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QTest::TestMethods Class Reference
+ Collaboration diagram for QTest::TestMethods:

Public Types

using MetaMethods = std::vector<QMetaMethod>
 

Public Member Functions

 TestMethods (const QObject *o, MetaMethods m={})
 
void invokeTests (QObject *testObject) const
 

Static Public Member Functions

static QMetaMethod findMethod (const QObject *obj, const char *signature)
 

Detailed Description

Definition at line 377 of file qtestcase.cpp.

Member Typedef Documentation

◆ MetaMethods

Definition at line 381 of file qtestcase.cpp.

Constructor & Destructor Documentation

◆ TestMethods()

QTest::TestMethods::TestMethods ( const QObject * o,
MetaMethods m = {} )
explicit

Definition at line 402 of file qtestcase.cpp.

References i, isValidSlot(), metaObject(), and o.

+ Here is the call graph for this function:

Member Function Documentation

◆ findMethod()

QMetaMethod QTest::TestMethods::findMethod ( const QObject * obj,
const char * signature )
static

Definition at line 422 of file qtestcase.cpp.

References metaObject().

+ Here is the call graph for this function:

◆ invokeTests()

void TestMethods::invokeTests ( QObject * testObject) const

The documentation for this class was generated from the following file: