MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / AssertionResultData

Method AssertionResultData

tests/catch.hpp:6165–6167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6163
6164namespace Catch {
6165 AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _lazyExpression):
6166 lazyExpression(_lazyExpression),
6167 resultType(_resultType) {}
6168
6169 std::string AssertionResultData::reconstructExpression() const {
6170

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected