![]() |
Qt 6.x
The Qt SDK
|
#include <qtestcoreelement_p.h>
Public Member Functions | |
QTestCoreElement (QTest::LogElementType type=QTest::LET_Undefined) | |
virtual | ~QTestCoreElement () |
void | addAttribute (const QTest::AttributeIndex index, const char *value) |
const std::vector< QTestElementAttribute * > & | attributes () const |
const char * | attributeValue (QTest::AttributeIndex index) const |
const char * | attributeName (QTest::AttributeIndex index) const |
const QTestElementAttribute * | attribute (QTest::AttributeIndex index) const |
const char * | elementName () const |
QTest::LogElementType | elementType () const |
Definition at line 27 of file qtestcoreelement_p.h.
QTestCoreElement< ElementType >::QTestCoreElement | ( | QTest::LogElementType | type = QTest::LET_Undefined | ) |
Definition at line 48 of file qtestcoreelement_p.h.
|
virtual |
Definition at line 54 of file qtestcoreelement_p.h.
void QTestCoreElement< ElementType >::addAttribute | ( | const QTest::AttributeIndex | index, |
const char * | value | ||
) |
Definition at line 61 of file qtestcoreelement_p.h.
References QTestElementAttribute::setPair().
Referenced by QJUnitTestLogger::startLogging(), and QJUnitTestLogger::stopLogging().
const QTestElementAttribute * QTestCoreElement< ElementType >::attribute | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 127 of file qtestcoreelement_p.h.
Referenced by QJUnitTestLogger::enterTestData().
const char * QTestCoreElement< ElementType >::attributeName | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 88 of file qtestcoreelement_p.h.
References QTestElementAttribute::name().
const std::vector< QTestElementAttribute * > & QTestCoreElement< ElementType >::attributes |
Definition at line 72 of file qtestcoreelement_p.h.
Referenced by QTestJUnitStreamer::output().
const char * QTestCoreElement< ElementType >::attributeValue | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 78 of file qtestcoreelement_p.h.
References QTestElementAttribute::value().
const char * QTestCoreElement< ElementType >::elementName |
Definition at line 98 of file qtestcoreelement_p.h.
References QTest::LET_Undefined.
Referenced by QTestJUnitStreamer::formatEnd(), and QTestJUnitStreamer::formatStart().
QTest::LogElementType QTestCoreElement< ElementType >::elementType |
Definition at line 121 of file qtestcoreelement_p.h.
Referenced by QTestElement::addChild(), QTestJUnitStreamer::formatAfterAttributes(), and QTestJUnitStreamer::formatStart().