Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchgentest.cpp17 const std::array<Index, 4> expectedIndicies = {{ variable
61 ASSERT_EQ(sizeof(expectedIndicies), sizeof(indices)); in TEST()
81 for (i = 0; i < expectedIndicies.size(); ++i) in TEST()
83 ASSERT_EQ(indices[i], expectedIndicies[i]); in TEST()