SOFA API  b3f2f2a4
Open source framework for multi-physics simuation
sofa::testing::GtestMessageFrameFailure Class Reference
Inheritance diagram for sofa::testing::GtestMessageFrameFailure:

Public Member Functions

 GtestMessageFrameFailure (Message::Type type, const char *filename, int lineno)
 
void process (Message &message) override
 
- Public Member Functions inherited from sofa::testing::GtestMessageFrame
virtual ~GtestMessageFrame ()
 
virtual void finalize ()
 

Additional Inherited Members

- Public Attributes inherited from sofa::testing::GtestMessageFrame
Message::Type m_type
 
const charm_filename
 
int m_lineno
 

Constructor details

◆ GtestMessageFrameFailure()

sofa::testing::GtestMessageFrameFailure::GtestMessageFrameFailure ( Message::Type  type,
const char filename,
int  lineno 
)

DEFINITION OF PRIVATE CLASSES //////////////////////////////////

Function details

◆ process()

void sofa::testing::GtestMessageFrameFailure::process ( Message message)
overridevirtual

Reimplemented from sofa::testing::GtestMessageFrame.