![]() |
Qt 6.x
The Qt SDK
|
#include <qtestelementattribute_p.h>
Public Member Functions | |
QTestElementAttribute () | |
~QTestElementAttribute () | |
const char * | value () const |
const char * | name () const |
QTest::AttributeIndex | index () const |
bool | isNull () const |
bool | setPair (QTest::AttributeIndex attributeIndex, const char *value) |
Definition at line 60 of file qtestelementattribute_p.h.
|
default |
QTestElementAttribute::~QTestElementAttribute | ( | ) |
Definition at line 13 of file qtestelementattribute.cpp.
QTest::AttributeIndex QTestElementAttribute::index | ( | ) | const |
Definition at line 48 of file qtestelementattribute.cpp.
Referenced by setPair().
bool QTestElementAttribute::isNull | ( | ) | const |
Definition at line 53 of file qtestelementattribute.cpp.
References QTest::AI_Undefined.
const char * QTestElementAttribute::name | ( | ) | const |
Definition at line 23 of file qtestelementattribute.cpp.
References QTest::AI_Undefined.
Referenced by QTestCoreElement< ElementType >::attributeName().
bool QTestElementAttribute::setPair | ( | QTest::AttributeIndex | attributeIndex, |
const char * | value | ||
) |
Definition at line 58 of file qtestelementattribute.cpp.
References index(), and qstrdup().
Referenced by QTestCoreElement< ElementType >::addAttribute(), and QJUnitTestLogger::enterTestData().
const char * QTestElementAttribute::value | ( | ) | const |
Definition at line 18 of file qtestelementattribute.cpp.
Referenced by QTestCoreElement< ElementType >::attributeValue().