Replace calls to deprecated googletest macros *TEST_CASE() with *TEST_SUITE(). There is no semantic change; this is just a rename. This change replaces the TEST_CASE, TestCase() family of APIs provided by googletest with TEST_SUITE, TestSuite() APIs. PiperOrigin-RevId: 231706070 Change-Id: I32eeb007ac265afe26f76198abaea867f1cea1e2
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.