| 13 | CssReloadHelperTest() : CssReloadHelper("/tmp/waybar_test.css", [this]() { callback(); }) {} |
| 14 | |
| 15 | void callback() { m_callbackCounter++; } |
| 16 | |
| 17 | protected: |
| 18 | std::string getFileContents(const std::string& filename) override { |
nothing calls this directly
no outgoing calls
no test coverage detected