MCPcopy Create free account
hub / github.com/Profactor/cv-plot / prepareExpandedExpression

Function prepareExpandedExpression

CvPlot/ext/catch2/inc/catch.hpp:15433–15435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15431
15432namespace Catch {
15433 void prepareExpandedExpression(AssertionResult& result) {
15434 result.getExpandedExpression();
15435 }
15436
15437 // Because formatting using c++ streams is stateful, drop down to C is required
15438 // 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