SOFA API  1df67014
Open source framework for multi-physics simuation
sofa::testing::GtestMessageFrameFailureWhenMissing Class Reference
Inheritance diagram for sofa::testing::GtestMessageFrameFailureWhenMissing:

Public Attributes

bool m_gotMessage {false}
 
- Public Attributes inherited from sofa::testing::GtestMessageFrame
Message::Type m_type
 
const charm_filename
 
int m_lineno
 

Public Member Functions

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

Attribute details

◆ m_gotMessage

bool sofa::testing::GtestMessageFrameFailureWhenMissing::m_gotMessage {false}

Constructor details

◆ GtestMessageFrameFailureWhenMissing()

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

Function details

◆ finalize()

void sofa::testing::GtestMessageFrameFailureWhenMissing::finalize ( )
overridevirtual

Reimplemented from sofa::testing::GtestMessageFrame.

◆ process()

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

Reimplemented from sofa::testing::GtestMessageFrame.