Home
last modified time | relevance | path

Searched refs:prevAssertions (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_section_info.h36 Counts prevAssertions; member
Dcatch_run_context.cpp211 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
323 Counts prevAssertions = m_totals.assertions; in runCurrentTest() local
358 Counts assertions = m_totals.assertions - prevAssertions; in runCurrentTest()
/external/bcc/tests/cc/
Dcatch.hpp2263 …: sectionInfo( _sectionInfo ), prevAssertions( _prevAssertions ), durationInSeconds( _durationInSe… in SectionEndInfo()
2267 Counts prevAssertions; member
5987 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
6070 Counts prevAssertions = m_totals.assertions; in runCurrentTest() local
6099 Counts assertions = m_totals.assertions - prevAssertions; in runCurrentTest()
/external/catch2/single_include/catch2/
Dcatch.hpp2502 Counts prevAssertions; member
10440 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
10552 Counts prevAssertions = m_totals.assertions; in runCurrentTest() local
10587 Counts assertions = m_totals.assertions - prevAssertions; in runCurrentTest()