Implement EXPECT_THAT(QuicHeaderList, ElementsAre()).

When trying to use the EXPECT_THAT(QuicHeaderList, ElementsAre()) idiom, gMock
complained about QuicHeaderList::value_type not being defined.  This CL defines
QuicHeaderList::value_type and uses this idiom in a few tests.

gfe-relnote: n/a.  Test-only change.
PiperOrigin-RevId: 243788793
Change-Id: Ia7816e85c5215e545ac0909609fbdef335361efc
3 files changed
tree: ea8f50dd8fb9122c843f3d0a56779e2baf41d44f
  1. epoll_server/
  2. http2/
  3. quic/
  4. spdy/
  5. CONTRIBUTING.md
  6. LICENSE
  7. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.