| 1835 | } |
| 1836 | |
| 1837 | void ResultBuilder::translateException() { |
| 1838 | m_threw = true; |
| 1839 | m_exception = translateActiveException(); |
| 1840 | } |
| 1841 | |
| 1842 | bool ResultBuilder::log() { |
| 1843 | if(m_at & assertType::is_throws) { //!OCLINT bitwise operator in conditional |
no test coverage detected