Classes | Variables
tests_aio.unit.channel_test Namespace Reference

Classes

class  TestChannel
 

Variables

tuple _INVOCATION_METADATA
 
int _NUM_STREAM_RESPONSES = 5
 
int _REQUEST_PAYLOAD_SIZE = 7
 
int _RESPONSE_PAYLOAD_SIZE = 42
 
string _STREAMING_OUTPUT_CALL_METHOD = '/grpc.testing.TestService/StreamingOutputCall'
 
string _UNARY_CALL_METHOD = '/grpc.testing.TestService/UnaryCall'
 
string _UNARY_CALL_METHOD_WITH_SLEEP = '/grpc.testing.TestService/UnaryCallWithSleep'
 
 level
 
 verbosity
 

Variable Documentation

◆ _INVOCATION_METADATA

tuple tests_aio.unit.channel_test._INVOCATION_METADATA
private
Initial value:
1 = (
2  ('x-grpc-test-echo-initial', 'initial-md-value'),
3  ('x-grpc-test-echo-trailing-bin', b'\x00\x02'),
4 )

Definition at line 35 of file channel_test.py.

◆ _NUM_STREAM_RESPONSES

int tests_aio.unit.channel_test._NUM_STREAM_RESPONSES = 5
private

Definition at line 40 of file channel_test.py.

◆ _REQUEST_PAYLOAD_SIZE

int tests_aio.unit.channel_test._REQUEST_PAYLOAD_SIZE = 7
private

Definition at line 41 of file channel_test.py.

◆ _RESPONSE_PAYLOAD_SIZE

int tests_aio.unit.channel_test._RESPONSE_PAYLOAD_SIZE = 42
private

Definition at line 42 of file channel_test.py.

◆ _STREAMING_OUTPUT_CALL_METHOD

string tests_aio.unit.channel_test._STREAMING_OUTPUT_CALL_METHOD = '/grpc.testing.TestService/StreamingOutputCall'
private

Definition at line 33 of file channel_test.py.

◆ _UNARY_CALL_METHOD

string tests_aio.unit.channel_test._UNARY_CALL_METHOD = '/grpc.testing.TestService/UnaryCall'
private

Definition at line 31 of file channel_test.py.

◆ _UNARY_CALL_METHOD_WITH_SLEEP

string tests_aio.unit.channel_test._UNARY_CALL_METHOD_WITH_SLEEP = '/grpc.testing.TestService/UnaryCallWithSleep'
private

Definition at line 32 of file channel_test.py.

◆ level

tests_aio.unit.channel_test.level

Definition at line 230 of file channel_test.py.

◆ verbosity

tests_aio.unit.channel_test.verbosity

Definition at line 231 of file channel_test.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:53