MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / aborting

Method aborting

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8731–8733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8729}
8730
8731bool RunContext::aborting() const {
8732 return m_totals.assertions.failed == static_cast<std::size_t>(m_config->abortAfter());
8733}
8734
8735void RunContext::runCurrentTest(std::string &redirectedCout, std::string &redirectedCerr) {
8736 auto const &testCaseInfo = m_activeTestCase->getTestCaseInfo();

Callers 1

runTestsFunction · 0.80

Calls 1

abortAfterMethod · 0.80

Tested by

no test coverage detected