Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertygentest.cpp57 const std::array<std::string, 4> expectedTypes = { variable
86 ASSERT_EQ(sizeof(expectedTypes), sizeof(types)); in TEST()
144 for (i = 0; i < expectedTypes.size(); ++i) in TEST()
146 ASSERT_EQ(expectedTypes[i], types[i]); in TEST()