| 9111 | bool ResultBuilder::allowThrows() const { return getCurrentContext().getConfig()->allowThrows(); } |
| 9112 | |
| 9113 | AssertionResult ResultBuilder::build() const |
| 9114 | { |
| 9115 | return build( *this ); |
| 9116 | } |
| 9117 | |
| 9118 | // CAVEAT: The returned AssertionResult stores a pointer to the argument expr, |
| 9119 | // a temporary DecomposedExpression, which in turn holds references to |
no test coverage detected