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: 231706521
Change-Id: I948ee3769e141dbc2ba2d90cb25783b7ae07735b
9 files changed
tree: 64c1cf4d9aa32de38a2569dc0510551cf594efd9
  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.