Home
last modified time | relevance | path

Searched defs:SpdySessionTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_unittest.cc133 class SpdySessionTest : public PlatformTest, public WithTaskEnvironment { class
173 explicit SpdySessionTest(base::test::TaskEnvironment::TimeSource time_source = in SpdySessionTest() function in net::SpdySessionTest
380 TEST_F(SpdySessionTest, InitialReadError) { in TEST_F() argument
430 TEST_F(SpdySessionTest, PendingStreamCancellingAnother) { in TEST_F() argument
475 TEST_F(SpdySessionTest, GoAwayWithNoActiveStreams) { in TEST_F() argument
498 TEST_F(SpdySessionTest, GoAwayImmediatelyWithNoActiveStreams) { in TEST_F() argument
519 TEST_F(SpdySessionTest, GoAwayWithActiveStreams) { in TEST_F() argument
589 TEST_F(SpdySessionTest, GoAwayWithActiveAndCreatedStream) { in TEST_F() argument
646 TEST_F(SpdySessionTest, GoAwayTwice) { in TEST_F() argument
716 TEST_F(SpdySessionTest, GoAwayWithActiveStreamsThenClose) { in TEST_F() argument
[all …]
H A Dspdy_session.h623 friend class SpdySessionTest; variable