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

Function throwException

tests/framework/src/doctest.cpp:1010–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008
1009#ifndef DOCTEST_CONFIG_NO_EXCEPTIONS
1010 DOCTEST_NORETURN void throwException() {
1011 g_cs->shouldLogCurrentException = false;
1012 throw TestFailureException(); // NOLINT(hicpp-exception-baseclass)
1013 }
1014#else // DOCTEST_CONFIG_NO_EXCEPTIONS
1015 void throwException() {}
1016#endif // DOCTEST_CONFIG_NO_EXCEPTIONS

Callers 1

reactMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected