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
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 286 of file quicktest.cpp.

Member Typedef Documentation

◆ TestCaseList

Definition at line 289 of file quicktest.cpp.

Constructor & Destructor Documentation

◆ TestCaseCollector()

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

Definition at line 291 of file quicktest.cpp.

References QFileInfo::absoluteFilePath(), component(), 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 311 of file quicktest.cpp.

◆ testCases()

TestCaseList TestCaseCollector::testCases ( ) const
inline

Definition at line 310 of file quicktest.cpp.


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