Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp149 std::string_view outStr; in TEST() local
153 while (outStr.size() < in TEST()
157 outStr = out.str(); in TEST()
162 EXPECT_EQ(outStr.substr(0, expectedPrefix.size()), expectedPrefix); in TEST()
163 outStr.remove_prefix(expectedPrefix.size()); in TEST()
165 unpackHeaders(outStr.substr(0, headerSize), headers); in TEST()
166 outStr.remove_prefix(headerSize); in TEST()
177 EXPECT_EQ(outStr, expectedPostfix); in TEST()
H A Dhttp_connection_test.cpp81 std::string outStr = out.str(); in TEST() local
92 EXPECT_EQ(outStr, expected); in TEST()