QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
Loading...
Searching...
No Matches
test_stream.TestStreamReceiver Class Reference
Inheritance diagram for test_stream.TestStreamReceiver:
Collaboration diagram for test_stream.TestStreamReceiver:

Public Member Functions

 setUp (self)
 
 test_receive_frames (self)
 
 test_receive_out_of_order (self)
 
 test_error_after_read (self)
 

Public Attributes

 stream_id
 
 receiver
 
 test_data1
 
 test_data2
 
 frame1
 
 frame2
 

Detailed Description

@brief Test cases for the StreamReceiver class.

Definition at line 147 of file test_stream.py.

Member Function Documentation

◆ setUp()

test_stream.TestStreamReceiver.setUp (   self)

Definition at line 152 of file test_stream.py.

◆ test_error_after_read()

test_stream.TestStreamReceiver.test_error_after_read (   self)

◆ test_receive_frames()

◆ test_receive_out_of_order()

test_stream.TestStreamReceiver.test_receive_out_of_order (   self)

Member Data Documentation

◆ frame1

test_stream.TestStreamReceiver.frame1

◆ frame2

◆ receiver

◆ stream_id

◆ test_data1

test_stream.TestStreamReceiver.test_data1

Definition at line 155 of file test_stream.py.

Referenced by test_stream.TestStreamReceiver.test_receive_frames().

◆ test_data2

test_stream.TestStreamReceiver.test_data2

The documentation for this class was generated from the following file: