MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / popScopedMessage

Method popScopedMessage

tests/catch.hpp:10240–10242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10238 }
10239
10240 void RunContext::popScopedMessage(MessageInfo const & message) {
10241 m_messages.erase(std::remove(m_messages.begin(), m_messages.end(), message), m_messages.end());
10242 }
10243
10244 std::string RunContext::getCurrentTestName() const {
10245 return m_activeTestCase

Callers 2

~ScopedMessageMethod · 0.80
~CapturerMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected