MCPcopy Create free account
hub / github.com/Cantera/cantera / TEST

Function TEST

test/general/test_misc.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using ::testing::HasSubstr;
11
12TEST(FatalError, stacktrace) {
13 EXPECT_DEATH(std::abort(), "Stack trace");
14}
15
16TEST(CanteraError, stacktrace) {
17 // MinGW requires an external dependency (libbacktrace) to give meaningful

Callers

nothing calls this directly

Calls 2

newSolutionFunction · 0.85
whatMethod · 0.80

Tested by

no test coverage detected