Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.hpp2464 virtual bool lastAssertionPassed() = 0;
2677 if( Catch::getResultCapture().lastAssertionPassed() )
2682 if( !Catch::getResultCapture().lastAssertionPassed() )
8047 bool lastAssertionPassed() override;
12723 bool RunContext::lastAssertionPassed() { in lastAssertionPassed() function in Catch::RunContext