Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp137 auto grandParent = ancestors[0].second.find("test_object_connection_0"); in TEST_F() local
138 ASSERT_NE(grandParent, ancestors[0].second.end()); in TEST_F()
139 ASSERT_THAT(grandParent->second, ElementsAre("test_interface_0")); in TEST_F()