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

Function prepareExpandedExpression

test/expected/catch.hpp:15451–15453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15449
15450namespace Catch {
15451 void prepareExpandedExpression(AssertionResult& result) {
15452 result.getExpandedExpression();
15453 }
15454
15455 // Because formatting using c++ streams is stateful, drop down to C is required
15456 // 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