Home
last modified time | relevance | path

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

/external/cronet/net/spdy/
Dspdy_session_unittest.cc130 class SpdySessionTest : public PlatformTest, public WithTaskEnvironment { class
170 explicit SpdySessionTest(base::test::TaskEnvironment::TimeSource time_source = in SpdySessionTest() function in net::SpdySessionTest
402 TEST_F(SpdySessionTest, InitialReadError) { in TEST_F() argument
452 TEST_F(SpdySessionTest, PendingStreamCancellingAnother) { in TEST_F() argument
497 TEST_F(SpdySessionTest, GoAwayWithNoActiveStreams) { in TEST_F() argument
520 TEST_F(SpdySessionTest, GoAwayImmediatelyWithNoActiveStreams) { in TEST_F() argument
541 TEST_F(SpdySessionTest, GoAwayWithActiveStreams) { in TEST_F() argument
611 TEST_F(SpdySessionTest, GoAwayWithActiveAndCreatedStream) { in TEST_F() argument
668 TEST_F(SpdySessionTest, GoAwayTwice) { in TEST_F() argument
738 TEST_F(SpdySessionTest, GoAwayWithActiveStreamsThenClose) { in TEST_F() argument
[all …]
Dspdy_session.h682 friend class SpdySessionTest; variable