| 39 | }; |
| 40 | |
| 41 | TEST_F(SimpleConverterTest, Convert) { TestConverter(CONFIG_TEST_JSON_PATH); } |
| 42 | |
| 43 | TEST_F(SimpleConverterTest, Multithreading) { |
| 44 | const auto& routine = [this](const std::string& config) { |
nothing calls this directly
no test coverage detected