MCPcopy Create free account
hub / github.com/ElementsProject/elements / LogFromLocationAndExpect

Function LogFromLocationAndExpect

src/test/logging_tests.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void LogFromLocationAndExpect(int location, std::string message, std::string expect)
209{
210 ASSERT_DEBUG_LOG(expect);
211 LogFromLocation(location, message);
212}
213
214BOOST_AUTO_TEST_CASE(rate_limiting)
215{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

LogFromLocationFunction · 0.85

Tested by

no test coverage detected