| 81 | ~FileParam() override; |
| 82 | |
| 83 | std::string getFilename() { |
| 84 | return findExample(GetParam().filename); |
| 85 | } |
| 86 | |
| 87 | std::string getJsonFilename() { |
| 88 | return findExample("expected/" + GetParam().json); |
nothing calls this directly
no test coverage detected