| 124 | class Empty : public ConfigTest {}; |
| 125 | |
| 126 | TEST_P(Empty, Empty) |
| 127 | { |
| 128 | ASSERT_EQ(dmConfigFile::RESULT_OK, r); |
| 129 | ASSERT_NE((void*) 0, config); |
| 130 | } |
| 131 | |
| 132 | const TestParam params_empty[] = { |
| 133 | #if defined(DM_SUPPORT_FILE_READ) |
nothing calls this directly
no test coverage detected