| 1365 | ::testing::Values("true", "True", "1")); |
| 1366 | |
| 1367 | class BoolFalseTestParametrized : public OptionsTest, |
| 1368 | public ::testing::WithParamInterface<std::string> {}; |
| 1369 | |
| 1370 | TEST_P(BoolFalseTestParametrized, BoolFalseFromString) { |
| 1371 | std::string testval = GetParam(); |
nothing calls this directly
no outgoing calls
no test coverage detected