| 64 | }; |
| 65 | |
| 66 | TEST_F(PathTreeResolution, RawAlias) { |
| 67 | dummy::setupRawAlias(tree); |
| 68 | checkResolution(); |
| 69 | } |
| 70 | |
| 71 | TEST_F(PathTreeResolution, JSONString) { |
| 72 | Json::Value val(getFullSourcePath()); |
nothing calls this directly
no test coverage detected