Lines Matching defs:expectedOutput
32 const char expectedOutput[]{
64 ASSERT_EQ(std::strcmp(outputBuffers[j], expectedOutput), 0)
65 << "wanted outputBuffers[" << j << "]=" << expectedOutput << ", got '"
93 const std::int64_t expectedOutput[listInputLength]{
105 ASSERT_EQ(actualOutput[j], expectedOutput[j])
106 << "wanted actualOutput[" << j << "]==" << expectedOutput[j] << ", got "
159 auto [formatBuffer, expectedOutput] = GetParam();
170 const auto listInputLength{expectedOutput.size()};
182 ASSERT_EQ(actualOutput[j], expectedOutput[j])
183 << "wanted actualOutput[" << j << "]==" << expectedOutput[j] << ", got "