Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/test/
H A Dpathgentest.cpp20 const std::array<std::string, 6> expectedPaths = { variable
80 ASSERT_EQ(sizeof(expectedPaths), sizeof(paths)); in TEST()
105 for (i = 0; i < expectedPaths.size(); ++i) in TEST()
107 ASSERT_EQ(paths[i], expectedPaths[i]); in TEST()
H A Dinterfaceaddtest.cpp14 const std::array<std::string, 1> expectedPaths = { variable
24 ASSERT_EQ(sizeof(expectedPaths), sizeof(paths)); in TEST()