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
QTestJUnitStreamer Class Reference

#include <qtestjunitstreamer_p.h>

Collaboration diagram for QTestJUnitStreamer:

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

Detailed Description

Definition at line 29 of file qtestjunitstreamer_p.h.

Constructor & Destructor Documentation

◆ QTestJUnitStreamer()

QT_BEGIN_NAMESPACE QTestJUnitStreamer::QTestJUnitStreamer ( QJUnitTestLogger * logger)

Definition at line 15 of file qtestjunitstreamer.cpp.

◆ ~QTestJUnitStreamer()

QTestJUnitStreamer::~QTestJUnitStreamer ( )
default

Member Function Documentation

◆ formatAfterAttributes()

void QTestJUnitStreamer::formatAfterAttributes ( const QTestElement * element,
QTestCharBuffer * formatted ) const

Definition at line 95 of file qtestjunitstreamer.cpp.

◆ formatEnd()

void QTestJUnitStreamer::formatEnd ( const QTestElement * element,
QTestCharBuffer * formatted ) const

Definition at line 57 of file qtestjunitstreamer.cpp.

◆ formatStart()

void QTestJUnitStreamer::formatStart ( const QTestElement * element,
QTestCharBuffer * formatted ) const

Definition at line 41 of file qtestjunitstreamer.cpp.

◆ output()

void QTestJUnitStreamer::output ( QTestElement * element) const

Definition at line 111 of file qtestjunitstreamer.cpp.

◆ outputElementAttributes()

void QTestJUnitStreamer::outputElementAttributes ( const QTestElement * element,
const std::vector< QTestElementAttribute * > & attributes ) const

Definition at line 141 of file qtestjunitstreamer.cpp.

◆ outputElements()

void QTestJUnitStreamer::outputElements ( const std::vector< QTestElement * > & elements) const

Definition at line 135 of file qtestjunitstreamer.cpp.

◆ outputString()

void QTestJUnitStreamer::outputString ( const char * msg) const

Definition at line 151 of file qtestjunitstreamer.cpp.


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