Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
TestCaseCollector Class Reference
+ Collaboration diagram for TestCaseCollector:

Public Types

typedef QList< QStringTestCaseList
 

Public Member Functions

 TestCaseCollector (const QFileInfo &fileInfo, QQmlEngine *engine)
 
TestCaseList testCases () const
 
QList< QQmlErrorerrors () const
 

Detailed Description

Definition at line 262 of file quicktest.cpp.

Member Typedef Documentation

◆ TestCaseList

Definition at line 265 of file quicktest.cpp.

Constructor & Destructor Documentation

◆ TestCaseCollector()

TestCaseCollector::TestCaseCollector ( const QFileInfo fileInfo,
QQmlEngine engine 
)
inline

Definition at line 267 of file quicktest.cpp.

References QFileInfo::absoluteFilePath(), QQmlComponentPrivate::compilationUnit, component(), QQmlRefPointer< T >::data(), engine, QQmlComponentPrivate::get(), and QString::prepend().

+ Here is the call graph for this function:

Member Function Documentation

◆ errors()

QList< QQmlError > TestCaseCollector::errors ( ) const
inline

Definition at line 286 of file quicktest.cpp.

Referenced by quick_test_main_with_setup().

+ Here is the caller graph for this function:

◆ testCases()

TestCaseList TestCaseCollector::testCases ( ) const
inline

Definition at line 285 of file quicktest.cpp.

Referenced by quick_test_main_with_setup().

+ Here is the caller graph for this function:

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