MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / popScopedMessage

Method popScopedMessage

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8671–8673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8669}
8670
8671void RunContext::popScopedMessage(MessageInfo const &message) {
8672 m_messages.erase(std::remove(m_messages.begin(), m_messages.end(), message), m_messages.end());
8673}
8674
8675std::string RunContext::getCurrentTestName() const {
8676 return m_activeTestCase ? m_activeTestCase->getTestCaseInfo().name : std::string();

Callers 1

~ScopedMessageMethod · 0.80

Calls 3

eraseMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected