Home
last modified time | relevance | path

Searched refs:SimpleSessionNotifierTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dsimple_session_notifier_test.cc38 class SimpleSessionNotifierTest : public QuicTest { class
40 SimpleSessionNotifierTest() in SimpleSessionNotifierTest() function in quic::test::__anon819628020111::SimpleSessionNotifierTest
62 TEST_F(SimpleSessionNotifierTest, WriteOrBufferData) { in TEST_F() argument
87 TEST_F(SimpleSessionNotifierTest, WriteOrBufferRstStream) { in TEST_F() argument
98 Invoke(this, &SimpleSessionNotifierTest::ControlFrameConsumed)); in TEST_F()
110 TEST_F(SimpleSessionNotifierTest, WriteOrBufferPing) { in TEST_F() argument
115 Invoke(this, &SimpleSessionNotifierTest::ControlFrameConsumed)); in TEST_F()
135 TEST_F(SimpleSessionNotifierTest, NeuterUnencryptedData) { in TEST_F() argument
177 TEST_F(SimpleSessionNotifierTest, OnCanWrite) { in TEST_F() argument
238 .WillOnce(Invoke(this, &SimpleSessionNotifierTest::ControlFrameConsumed)); in TEST_F()
[all …]