MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / evaluate

Method evaluate

extern/boost/boost/test/tools/assertion.hpp:372–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 }
371
372 assertion_result evaluate( bool no_message = false ) const
373 {
374 assertion_result const expr_res( value() );
375 if( no_message || expr_res )
376 return expr_res;
377
378 wrap_stringstream buff;
379 report( buff.stream() );
380
381 return tt_detail::format_assertion_result( buff.stream().str(), expr_res.message() );
382 }
383
384 // To support custom manipulators
385 LExpr const& lhs() const { return m_lhs; }

Callers

nothing calls this directly

Calls 4

strMethod · 0.80
valueClass · 0.50
reportFunction · 0.50
messageMethod · 0.45

Tested by

no test coverage detected