Searched refs:thresholdProperties (Results 1 – 2 of 2) sorted by relevance
61 const auto thresholdProperties = std::set<std::string>{"Value", "Asserted"}; in TEST_F()78 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()
153 const std::set<std::string> thresholdProperties = {"Value", in TEST_F() local155 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()