-------------------------------------------------------------------------
| 109 | |
| 110 | //------------------------------------------------------------------------- |
| 111 | TEST_F(OptionsParserUnifiedDifftTest, UnifiedDiffPath) |
| 112 | { |
| 113 | CheckUnifiedDiffSettings({ temporaryPath, boost::none }); |
| 114 | } |
| 115 | |
| 116 | //------------------------------------------------------------------------- |
| 117 | TEST_F(OptionsParserUnifiedDifftTest, NotFoundUnifiedDiffPath) |
nothing calls this directly
no test coverage detected