MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / prepareExpandedExpression

Function prepareExpandedExpression

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11158–11160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11156
11157namespace Catch {
11158void prepareExpandedExpression(AssertionResult &result) {
11159 result.getExpandedExpression();
11160}
11161
11162// Because formatting using c++ streams is stateful, drop down to C is required
11163// 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