| commit | c5ba909c9a7eae410b892edb98ed3770936cc8d6 | [log] [tgz] |
|---|---|---|
| author | bnc <bnc@google.com> | Tue Apr 16 05:14:08 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 16 14:50:44 2019 -0700 |
| tree | ea8f50dd8fb9122c843f3d0a56779e2baf41d44f | |
| parent | e7d116109aa7750463ed2687576b537dec1d8a09 [diff] |
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
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.