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
7 files changed
tree: a3f89c6fe8904e565247bc5b13da1788d2cdfd10
  1. http2/
  2. spdy/
  3. CONTRIBUTING.md
  4. LICENSE
  5. 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.