Add MockSpdyHeadersHandler, mocking SpdyHeadersHandlerInterface.
This class will be used in cl/621527987 to provide expectations on serialized
headers by sending them through an Http2DecoderAdapter with a
MockSpdyFramerVisitorInterface that will return a MockSpdyHeadersHandler for
receiving headers.
PiperOrigin-RevId: 621613504
diff --git a/build/source_list.bzl b/build/source_list.bzl
index 19fb0c8..334b02a 100644
--- a/build/source_list.bzl
+++ b/build/source_list.bzl
@@ -852,6 +852,7 @@
"quic/test_tools/web_transport_resets_backend.h",
"quic/test_tools/web_transport_test_tools.h",
"spdy/test_tools/mock_spdy_framer_visitor.h",
+ "spdy/test_tools/mock_spdy_headers_handler.h",
"spdy/test_tools/spdy_test_utils.h",
"web_transport/test_tools/mock_web_transport.h",
]
@@ -946,6 +947,7 @@
"quic/test_tools/test_ticket_crypter.cc",
"quic/test_tools/web_transport_resets_backend.cc",
"spdy/test_tools/mock_spdy_framer_visitor.cc",
+ "spdy/test_tools/mock_spdy_headers_handler.cc",
"spdy/test_tools/spdy_test_utils.cc",
]
balsa_hdrs = [