Classes | Namespaces | Functions | Variables
_invocation_defects_test.py File Reference

Go to the source code of this file.

Classes

class  tests.unit._invocation_defects_test._GenericHandler
 
class  tests.unit._invocation_defects_test._Handler
 
class  tests.unit._invocation_defects_test._MethodHandler
 
class  tests.unit._invocation_defects_test.FailAfterFewIterationsCounter
 
class  tests.unit._invocation_defects_test.InvocationDefectsTest
 

Namespaces

 tests.unit._invocation_defects_test
 

Functions

def tests.unit._invocation_defects_test._defective_handler_multi_callable (channel)
 
def tests.unit._invocation_defects_test._stream_stream_multi_callable (channel)
 
def tests.unit._invocation_defects_test._stream_unary_multi_callable (channel)
 
def tests.unit._invocation_defects_test._unary_stream_multi_callable (channel)
 
def tests.unit._invocation_defects_test._unary_unary_multi_callable (channel)
 

Variables

string tests.unit._invocation_defects_test._DEFECTIVE_GENERIC_RPC_HANDLER = '/test/DefectiveGenericRpcHandler'
 
 tests.unit._invocation_defects_test._DESERIALIZE_REQUEST = lambda bytestring: bytestring[len(bytestring) // 2:]
 
 tests.unit._invocation_defects_test._DESERIALIZE_RESPONSE = lambda bytestring: bytestring[:len(bytestring) // 3]
 
int tests.unit._invocation_defects_test._SERIALIZE_REQUEST = lambda bytestring: bytestring * 2
 
int tests.unit._invocation_defects_test._SERIALIZE_RESPONSE = lambda bytestring: bytestring * 3
 
string tests.unit._invocation_defects_test._STREAM_STREAM = '/test/StreamStream'
 
string tests.unit._invocation_defects_test._STREAM_UNARY = '/test/StreamUnary'
 
string tests.unit._invocation_defects_test._UNARY_STREAM = '/test/UnaryStream'
 
string tests.unit._invocation_defects_test._UNARY_UNARY = '/test/UnaryUnary'
 
 tests.unit._invocation_defects_test.verbosity
 


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