![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtestjunitstreamer_p.h>
Public Member Functions | |
| QTestJUnitStreamer (QJUnitTestLogger *logger) | |
| ~QTestJUnitStreamer () | |
| void | formatStart (const QTestElement *element, QTestCharBuffer *formatted) const |
| void | formatEnd (const QTestElement *element, QTestCharBuffer *formatted) const |
| void | formatAfterAttributes (const QTestElement *element, QTestCharBuffer *formatted) const |
| void | output (QTestElement *element) const |
| void | outputElements (const std::vector< QTestElement * > &) const |
| void | outputElementAttributes (const QTestElement *element, const std::vector< QTestElementAttribute * > &attributes) const |
| void | outputString (const char *msg) const |
Definition at line 29 of file qtestjunitstreamer_p.h.
| QT_BEGIN_NAMESPACE QTestJUnitStreamer::QTestJUnitStreamer | ( | QJUnitTestLogger * | logger | ) |
Definition at line 15 of file qtestjunitstreamer.cpp.
|
default |
| void QTestJUnitStreamer::formatAfterAttributes | ( | const QTestElement * | element, |
| QTestCharBuffer * | formatted ) const |
Definition at line 95 of file qtestjunitstreamer.cpp.
| void QTestJUnitStreamer::formatEnd | ( | const QTestElement * | element, |
| QTestCharBuffer * | formatted ) const |
Definition at line 57 of file qtestjunitstreamer.cpp.
| void QTestJUnitStreamer::formatStart | ( | const QTestElement * | element, |
| QTestCharBuffer * | formatted ) const |
Definition at line 41 of file qtestjunitstreamer.cpp.
| void QTestJUnitStreamer::output | ( | QTestElement * | element | ) | const |
Definition at line 111 of file qtestjunitstreamer.cpp.
| void QTestJUnitStreamer::outputElementAttributes | ( | const QTestElement * | element, |
| const std::vector< QTestElementAttribute * > & | attributes ) const |
Definition at line 141 of file qtestjunitstreamer.cpp.
| void QTestJUnitStreamer::outputElements | ( | const std::vector< QTestElement * > & | elements | ) | const |
Definition at line 135 of file qtestjunitstreamer.cpp.
| void QTestJUnitStreamer::outputString | ( | const char * | msg | ) | const |
Definition at line 151 of file qtestjunitstreamer.cpp.