Home
last modified time | relevance | path

Searched refs:prevAssertions (Results 1 – 5 of 5) 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()
332 Counts prevAssertions = m_totals.assertions; in runCurrentTest() local
367 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.hpp2852 Counts prevAssertions; member
12651 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
12772 Counts prevAssertions = m_totals.assertions; in runCurrentTest() local
12807 Counts assertions = m_totals.assertions - prevAssertions; in runCurrentTest()
/external/libabigail/tests/lib/
Dcatch.hpp2874 Counts prevAssertions; member
12794 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
12915 Counts prevAssertions = m_totals.assertions; in runCurrentTest() local
12950 Counts assertions = m_totals.assertions - prevAssertions; in runCurrentTest()