Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric.cpp61 const auto thresholdProperties = std::set<std::string>{"Value", "Asserted"}; in TEST_F()
78 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()
H A Dtest_health_metric_collection.cpp153 const std::set<std::string> thresholdProperties = {"Value", in TEST_F() local
155 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()