Searched refs:expectedInterfaces (Results 1 – 1 of 1) sorted by relevance
23 const std::array<std::string, 4> expectedInterfaces = { variable71 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()