| 41 | }; |
| 42 | |
| 43 | TEST_F(OptionsReaderTest, BadFilename) { |
| 44 | OptionsReader reader; |
| 45 | EXPECT_THROW(reader.read(nullptr, ""), BoutException); |
| 46 | } |
| 47 | |
| 48 | TEST_F(OptionsReaderTest, BadCommandLineMultipleEquals) { |
| 49 | OptionsReader reader; |
nothing calls this directly
no test coverage detected