MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / addFailedAssert

Function addFailedAssert

tests/framework/src/doctest.cpp:1787–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1785 }
1786
1787 void addFailedAssert(assertType::Enum at) {
1788 if((at & assertType::is_warn) == 0) //!OCLINT bitwise operator in conditional
1789 g_cs->numAssertsFailedCurrentTest_atomic++;
1790 }
1791
1792#if defined(DOCTEST_CONFIG_POSIX_SIGNALS) || defined(DOCTEST_CONFIG_WINDOWS_SEH)
1793 void reportFatal(const std::string& message) {

Callers 1

logMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected