Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp2393 …: sectionInfo( _sectionInfo ), prevAssertions( _prevAssertions ), durationInSeconds( _durationInSe… in SectionEndInfo()
2397 Counts prevAssertions; member
6685 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
6776 Counts prevAssertions = m_totals.assertions; in runCurrentTest() local
6810 Counts assertions = m_totals.assertions - prevAssertions; in runCurrentTest()