KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KI_TEST::CONSOLE_MSG_REPORTER Class Reference

#include <board_test_utils.h>

Inheritance diagram for KI_TEST::CONSOLE_MSG_REPORTER:
REPORTER

Public Types

enum  LOCATION { LOC_HEAD = 0 , LOC_BODY , LOC_TAIL }
 Location where the message is to be reported. More...
 

Public Member Functions

 CONSOLE_MSG_REPORTER (CONSOLE_LOG *log)
 
 ~CONSOLE_MSG_REPORTER ()
 
virtual REPORTERReport (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) override
 Report a string with a given severity.
 
virtual bool HasMessage () const override
 Returns true if the reporter client is non-empty.
 
REPORTERReport (const char *aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
virtual REPORTERReportTail (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Places the report at the end of the list, for objects that support report ordering.
 
virtual REPORTERReportHead (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Places the report at the beginning of the list for objects that support ordering.
 
REPORTERoperator<< (const wxString &aText)
 
virtual EDA_UNITS GetUnits () const
 

Private Attributes

CONSOLE_LOGm_log
 

Detailed Description

Definition at line 146 of file board_test_utils.h.

Member Enumeration Documentation

◆ LOCATION

enum REPORTER::LOCATION
inherited

Location where the message is to be reported.

LOC_HEAD messages are printed before all others (typically intro messages) LOC_BODY messages are printed in the middle LOC_TAIL messages are printed after all others (typically status messages)

Enumerator
LOC_HEAD 
LOC_BODY 
LOC_TAIL 

Definition at line 79 of file reporter.h.

Constructor & Destructor Documentation

◆ CONSOLE_MSG_REPORTER()

KI_TEST::CONSOLE_MSG_REPORTER::CONSOLE_MSG_REPORTER ( CONSOLE_LOG log)
inline

Definition at line 149 of file board_test_utils.h.

◆ ~CONSOLE_MSG_REPORTER()

KI_TEST::CONSOLE_MSG_REPORTER::~CONSOLE_MSG_REPORTER ( )
inline

Definition at line 150 of file board_test_utils.h.

Member Function Documentation

◆ GetUnits()

virtual EDA_UNITS REPORTER::GetUnits ( ) const
inlinevirtualinherited

Reimplemented in WX_HTML_REPORT_BOX.

Definition at line 123 of file reporter.h.

◆ HasMessage()

virtual bool KI_TEST::CONSOLE_MSG_REPORTER::HasMessage ( ) const
inlineoverridevirtual

Returns true if the reporter client is non-empty.

Implements REPORTER.

Definition at line 171 of file board_test_utils.h.

◆ operator<<()

REPORTER & REPORTER::operator<< ( const wxString &  aText)
inlineinherited

Definition at line 116 of file reporter.h.

References REPORTER::Report().

◆ Report() [1/2]

REPORTER & REPORTER::Report ( const char *  aText,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inherited

Definition at line 38 of file reporter.cpp.

References From_UTF8(), and REPORTER::Report().

◆ Report() [2/2]

virtual REPORTER & KI_TEST::CONSOLE_MSG_REPORTER::Report ( const wxString &  aText,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inlineoverridevirtual

Report a string with a given severity.

Parameters
aTextis the string to report.
aSeverityis an indicator ( RPT_UNDEFINED, RPT_INFO, RPT_WARNING, RPT_ERROR, RPT_ACTION ) used to filter and format messages

Implements REPORTER.

Definition at line 153 of file board_test_utils.h.

References KI_TEST::CONSOLE_LOG::DEFAULT, m_log, KI_TEST::CONSOLE_LOG::Print(), KI_TEST::CONSOLE_LOG::RED, RPT_SEVERITY_ERROR, and KI_TEST::CONSOLE_LOG::SetColor().

Referenced by PNS_TEST_FIXTURE::RunTest().

◆ ReportHead()

virtual REPORTER & REPORTER::ReportHead ( const wxString &  aText,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inlinevirtualinherited

◆ ReportTail()

Member Data Documentation

◆ m_log

CONSOLE_LOG* KI_TEST::CONSOLE_MSG_REPORTER::m_log
private

Definition at line 174 of file board_test_utils.h.

Referenced by Report().


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