NOLINTBEGIN(cppcoreguidelines-*,readability-*)
| 95 | |
| 96 | // NOLINTBEGIN(cppcoreguidelines-*,readability-*) |
| 97 | TEST_F(ParameterTest, TestValid) |
| 98 | { |
| 99 | auto cfg = getConfig(); |
| 100 | EXPECT_EQ(cfg.isValid(), true); |
| 101 | EXPECT_EQ(cfg.isNull(), false); |
| 102 | } |
| 103 | |
| 104 | TEST_F(ParameterTest, TestCreate) |
| 105 | { |
nothing calls this directly
no test coverage detected