Home
last modified time | relevance | path

Searched refs:m_shouldReportUnexpected (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_run_context.cpp263 m_shouldReportUnexpected = false; in exceptionEarlyReported()
325 m_shouldReportUnexpected = true; in runCurrentTest()
353 if( m_shouldReportUnexpected ) { in runCurrentTest()
Dcatch_run_context.h146 bool m_shouldReportUnexpected = true; variable
/external/catch2/single_include/catch2/
Dcatch.hpp6247 bool m_shouldReportUnexpected = true; member in Catch::RunContext
10492 m_shouldReportUnexpected = false; in exceptionEarlyReported()
10554 m_shouldReportUnexpected = true; in runCurrentTest()
10582 if( m_shouldReportUnexpected ) { in runCurrentTest()