Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_capture.hpp59 if( Catch::getResultCapture().lastAssertionPassed() )
64 if( !Catch::getResultCapture().lastAssertionPassed() )
Dcatch_interfaces_capture.h88 virtual bool lastAssertionPassed() = 0;
Dcatch_run_context.h105 bool lastAssertionPassed() override;
Dcatch_run_context.cpp313 bool RunContext::lastAssertionPassed() { in lastAssertionPassed() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp2480 virtual bool lastAssertionPassed() = 0;
2693 if( Catch::getResultCapture().lastAssertionPassed() )
2698 if( !Catch::getResultCapture().lastAssertionPassed() )
8090 bool lastAssertionPassed() override;
12753 bool RunContext::lastAssertionPassed() { in lastAssertionPassed() function in Catch::RunContext
/external/libabigail/tests/lib/
Dcatch.hpp2502 virtual bool lastAssertionPassed() = 0;
2715 if( Catch::getResultCapture().lastAssertionPassed() )
2720 if( !Catch::getResultCapture().lastAssertionPassed() )
8145 bool lastAssertionPassed() override;
12896 bool RunContext::lastAssertionPassed() { in lastAssertionPassed() function in Catch::RunContext