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