Go to the source code of this file.
Namespaces | |
tests.unit._invocation_defects_test | |
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 | |