Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QTestResult::IdentifierLocker Class Reference

#include <qtestresult_p.h>

Collaboration diagram for QTestResult::IdentifierLocker:

Public Member Functions

Q_NODISCARD_CTOR IdentifierLocker ()
 ~IdentifierLocker ()
const char * objectName () const
const char * testFunction () const
const char * dataTag () const
const char * globalDataTag () const

Detailed Description

Definition at line 32 of file qtestresult_p.h.

Constructor & Destructor Documentation

◆ IdentifierLocker()

QTestResult::IdentifierLocker::IdentifierLocker ( )

Definition at line 113 of file qtestresult.cpp.

◆ ~IdentifierLocker()

QTestResult::IdentifierLocker::~IdentifierLocker ( )

Definition at line 118 of file qtestresult.cpp.

Member Function Documentation

◆ dataTag()

const char * QTestResult::IdentifierLocker::dataTag ( ) const

Definition at line 133 of file qtestresult.cpp.

◆ globalDataTag()

const char * QTestResult::IdentifierLocker::globalDataTag ( ) const

Definition at line 138 of file qtestresult.cpp.

◆ objectName()

const char * QTestResult::IdentifierLocker::objectName ( ) const

Definition at line 123 of file qtestresult.cpp.

◆ testFunction()

const char * QTestResult::IdentifierLocker::testFunction ( ) const

Definition at line 128 of file qtestresult.cpp.


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