MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / AssertionResultData

Method AssertionResultData

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4866–4868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4864
4865namespace Catch {
4866AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const &_lazyExpression)
4867 : lazyExpression(_lazyExpression), resultType(_resultType) {
4868}
4869
4870std::string AssertionResultData::reconstructExpression() const {
4871

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected