MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / TEST_F

Function TEST_F

CppCoverageTest/ExceptionHandlerTest.cpp:90–95  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

88
89 //-----------------------------------------------------------------------------
90 TEST_F(ExceptionHandlerTest, TestUnHandleCppException)
91 {
92 Run(TestCoverageConsole::TestThrowUnHandledCppException);
93 ASSERT_EQ(cov::ExceptionHandlerStatus::CppError, exceptionHandlerStatus_);
94 ASSERT_NE(std::string::npos, message_.find(cov::ExceptionHandler::ExceptionCpp));
95 }
96
97 //-----------------------------------------------------------------------------
98 TEST_F(ExceptionHandlerTest, TestUnHandleSEHException)

Callers

nothing calls this directly

Calls 3

RunFunction · 0.85
HandleExceptionMethod · 0.80
OnExitProcessMethod · 0.45

Tested by

no test coverage detected