Searched defs:QuicSessionTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_session_test.cc188 class QuicSessionTest : public ::testing::TestWithParam<QuicVersion> { class in namespace:net::test::__anon9488
190 QuicSessionTest() function in class:net::test::__anon9488::QuicSessionTest
251 INSTANTIATE_TEST_CASE_P(Tests, QuicSessionTest,
254 TEST_P(QuicSessionTest, PeerAddress) {
258 TEST_P(QuicSessionTest, IsCryptoHandshakeConfirmed) {
265 TEST_P(QuicSessionTest, IsClosedStreamDefault) {
272 TEST_P(QuicSessionTest, ImplicitlyCreatedStreams) {
281 TEST_P(QuicSessionTest, IsClosedStreamLocallyCreated) {
294 TEST_P(QuicSessionTest, IsClosedStreamPeerCreated) {
315 TEST_P(QuicSessionTest, StreamIdTooLarg
[all...]

Completed in 346 milliseconds