Searched refs:expectedOutput (Results 1 – 1 of 1) sorted by relevance
52 const auto& expectedOutput = kData[i].second; in TEST() local53 const auto& actualOutput = layout.find(expectedOutput.id); in TEST()55 EXPECT_EQ(actualOutput->second.first, expectedOutput.x); in TEST()56 EXPECT_EQ(actualOutput->second.second, expectedOutput.y); in TEST()80 const auto& expectedOutput = kData[i].second; in TEST() local81 const auto& actualOutput = layout.find(expectedOutput.id); in TEST()83 EXPECT_EQ(actualOutput->second.first, expectedOutput.x); in TEST()84 EXPECT_EQ(actualOutput->second.second, expectedOutput.y); in TEST()