MCPcopy Create free account
hub / github.com/apache/trafficserver / prepareExpandedExpression

Function prepareExpandedExpression

lib/catch2/catch.hpp:15768–15770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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