MCPcopy Create free account
hub / github.com/apache/qpid-proton / prepareExpandedExpression

Function prepareExpandedExpression

tests/include/catch.hpp:15772–15774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15770
15771namespace Catch {
15772 void prepareExpandedExpression(AssertionResult& result) {
15773 result.getExpandedExpression();
15774 }
15775
15776 // Because formatting using c++ streams is stateful, drop down to C is required
15777 // 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