| 7066 | |
| 7067 | bool ResultBuilder::shouldDebugBreak() const { return m_shouldDebugBreak; } |
| 7068 | bool ResultBuilder::allowThrows() const { return getCurrentContext().getConfig()->allowThrows(); } |
| 7069 | |
| 7070 | AssertionResult ResultBuilder::build() const |
| 7071 | { |
no test coverage detected