MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / BoolFalseTestParametrized

Class BoolFalseTestParametrized

tests/unit/sys/test_options.cxx:1367–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1365 ::testing::Values("true", "True", "1"));
1366
1367class BoolFalseTestParametrized : public OptionsTest,
1368 public ::testing::WithParamInterface<std::string> {};
1369
1370TEST_P(BoolFalseTestParametrized, BoolFalseFromString) {
1371 std::string testval = GetParam();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected