MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / AssertionResultData

Method AssertionResultData

unittests/catch.hpp:5064–5066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5062
5063namespace Catch {
5064 AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _lazyExpression):
5065 lazyExpression(_lazyExpression),
5066 resultType(_resultType) {}
5067
5068 std::string AssertionResultData::reconstructExpression() const {
5069

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected