Use QuicheTest in third_party/spdy.

Replace last two uses of testing::test with QuicheTest and replace single
gunit.h include with quiche_test.h.  Since this is the last gunit.h include in
all of QUICHE, remove substitution rule from third_party/quiche/copy.bara.sky.

PiperOrigin-RevId: 335054910
Change-Id: Ibfba8b4d60bc3fcdd7d3b87fb8d56fd6a3ad469c
2 files changed
tree: 524da3faa52244a793b882e4cf223251f6f5dd93
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. 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.