MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / popScopedMessage

Method popScopedMessage

unittests/catch.hpp:8713–8715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8711 }
8712
8713 void RunContext::popScopedMessage(MessageInfo const & message) {
8714 m_messages.erase(std::remove(m_messages.begin(), m_messages.end(), message), m_messages.end());
8715 }
8716
8717 std::string RunContext::getCurrentTestName() const {
8718 return m_activeTestCase

Callers 1

~ScopedMessageMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected