MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / prepareExpandedExpression

Function prepareExpandedExpression

extlibs/catch/include/catch/catch.hpp:14956–14958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14954
14955namespace Catch {
14956 void prepareExpandedExpression(AssertionResult& result) {
14957 result.getExpandedExpression();
14958 }
14959
14960 // Because formatting using c++ streams is stateful, drop down to C is required
14961 // Alternatively we could use stringstream, but its performance is... not good.

Callers 1

assertionEndedMethod · 0.85

Calls 1

getExpandedExpressionMethod · 0.80

Tested by

no test coverage detected