Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertygentest.cpp23 const std::array<std::string, 4> expectedInterfaces = { variable
71 ASSERT_EQ(sizeof(expectedInterfaces), sizeof(interfaces)); in TEST()
101 for (i = 0; i < expectedInterfaces.size(); ++i) in TEST()
103 ASSERT_EQ(interfaces[i], expectedInterfaces[i]); in TEST()