| 47 | }; |
| 48 | |
| 49 | TEST_F(lagi_option, construct_from_file) { |
| 50 | EXPECT_NO_THROW(agi::Options(conf_ok, default_opt, agi::Options::FLUSH_SKIP)); |
| 51 | } |
| 52 | |
| 53 | TEST_F(lagi_option, nonexistent_file) { |
| 54 | EXPECT_NO_THROW(agi::Options("", default_opt, agi::Options::FLUSH_SKIP)); |
nothing calls this directly
no test coverage detected