MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / evaluate

Method evaluate

include/win/boost/test/tools/assertion.hpp:355–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 assertion_result evaluate( bool no_message = false ) const
356 {
357 assertion_result const expr_res( value() );
358 if( no_message || expr_res )
359 return expr_res;
360
361 wrap_stringstream buff;
362 report( buff.stream() );
363
364 return tt_detail::format_assertion_result( buff.stream().str(), expr_res.message() );
365 }
366
367 // To support custom manipulators
368 LExpr const& lhs() const { return m_lhs; }

Callers

nothing calls this directly

Calls 5

valueFunction · 0.50
reportFunction · 0.50
streamMethod · 0.45
strMethod · 0.45
messageMethod · 0.45

Tested by

no test coverage detected