Classes | |
class | _GenericHandler |
class | _Handler |
class | _MethodHandler |
class | FailAfterFewIterationsCounter |
class | InvocationDefectsTest |
Variables | |
string | _DEFECTIVE_GENERIC_RPC_HANDLER = '/test/DefectiveGenericRpcHandler' |
_DESERIALIZE_REQUEST = lambda bytestring: bytestring[len(bytestring) // 2:] | |
_DESERIALIZE_RESPONSE = lambda bytestring: bytestring[:len(bytestring) // 3] | |
int | _SERIALIZE_REQUEST = lambda bytestring: bytestring * 2 |
int | _SERIALIZE_RESPONSE = lambda bytestring: bytestring * 3 |
string | _STREAM_STREAM = '/test/StreamStream' |
string | _STREAM_UNARY = '/test/StreamUnary' |
string | _UNARY_STREAM = '/test/UnaryStream' |
string | _UNARY_UNARY = '/test/UnaryUnary' |
verbosity | |
|
private |
Definition at line 175 of file _invocation_defects_test.py.
|
private |
Definition at line 171 of file _invocation_defects_test.py.
|
private |
Definition at line 165 of file _invocation_defects_test.py.
|
private |
Definition at line 159 of file _invocation_defects_test.py.
|
private |
Definition at line 155 of file _invocation_defects_test.py.
|
private |
Definition at line 33 of file _invocation_defects_test.py.
|
private |
Definition at line 25 of file _invocation_defects_test.py.
|
private |
Definition at line 27 of file _invocation_defects_test.py.
|
private |
Definition at line 24 of file _invocation_defects_test.py.
|
private |
Definition at line 26 of file _invocation_defects_test.py.
|
private |
Definition at line 32 of file _invocation_defects_test.py.
|
private |
Definition at line 31 of file _invocation_defects_test.py.
|
private |
Definition at line 30 of file _invocation_defects_test.py.
|
private |
Definition at line 29 of file _invocation_defects_test.py.
tests.unit._invocation_defects_test.verbosity |
Definition at line 266 of file _invocation_defects_test.py.