Home
last modified time | relevance | path

Searched refs:metricSetProperties (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp107 const std::set<std::string> metricSetProperties = {"Value"}; in TEST_F() local
108 EXPECT_THAT(metricSetProperties, testing::Contains(names[0])); in TEST_F()