Classes | |
class | TestCase |
Functions | |
def | _cancel_after_begin (test_pb2_grpc.TestServiceStub stub) |
def | _cancel_after_first_response (test_pb2_grpc.TestServiceStub stub) |
None | _client_streaming (test_pb2_grpc.TestServiceStub stub) |
def | _compute_engine_creds (test_pb2_grpc.TestServiceStub stub, argparse.Namespace args) |
def | _custom_metadata (test_pb2_grpc.TestServiceStub stub) |
def | _empty_stream (test_pb2_grpc.TestServiceStub stub) |
None | _empty_unary (test_pb2_grpc.TestServiceStub stub) |
None | _expect_status_code (aio.Call call, grpc.StatusCode expected_code) |
None | _expect_status_details (aio.Call call, str expected_details) |
def | _jwt_token_creds (test_pb2_grpc.TestServiceStub stub) |
None | _large_unary (test_pb2_grpc.TestServiceStub stub) |
messages_pb2.SimpleResponse | _large_unary_common_behavior (test_pb2_grpc.TestServiceStub stub, bool fill_username, bool fill_oauth_scope, Optional[grpc.CallCredentials] call_credentials) |
def | _oauth2_auth_token (test_pb2_grpc.TestServiceStub stub, argparse.Namespace args) |
def | _per_rpc_creds (test_pb2_grpc.TestServiceStub stub, argparse.Namespace args) |
None | _ping_pong (test_pb2_grpc.TestServiceStub stub) |
None | _server_streaming (test_pb2_grpc.TestServiceStub stub) |
def | _special_status_message (test_pb2_grpc.TestServiceStub stub) |
def | _status_code_and_message (test_pb2_grpc.TestServiceStub stub) |
def | _timeout_on_sleeping_server (test_pb2_grpc.TestServiceStub stub) |
def | _unimplemented_method (test_pb2_grpc.TestServiceStub stub) |
def | _unimplemented_service (test_pb2_grpc.UnimplementedServiceStub stub) |
None | _validate_payload_type_and_length (Union[messages_pb2.SimpleResponse, messages_pb2.StreamingOutputCallResponse] response, Any expected_type, int expected_length) |
None | _validate_status_code_and_details (aio.Call call, grpc.StatusCode expected_code, str expected_details) |
None | test_interoperability (TestCase case, test_pb2_grpc.TestServiceStub stub, Optional[argparse.Namespace] args=None) |
Variables | |
string | _INITIAL_METADATA_KEY = "x-grpc-test-echo-initial" |
dictionary | _TEST_CASE_IMPLEMENTATION_MAPPING |
string | _TRAILING_METADATA_KEY = "x-grpc-test-echo-trailing-bin" |
|
private |
Definition at line 177 of file aio/interop/methods.py.
|
private |
Definition at line 187 of file aio/interop/methods.py.
|
private |
Definition at line 104 of file aio/interop/methods.py.
|
private |
Definition at line 333 of file aio/interop/methods.py.
|
private |
Definition at line 293 of file aio/interop/methods.py.
|
private |
Definition at line 246 of file aio/interop/methods.py.
|
private |
Definition at line 93 of file aio/interop/methods.py.
|
private |
Definition at line 43 of file aio/interop/methods.py.
|
private |
Definition at line 51 of file aio/interop/methods.py.
|
private |
Definition at line 355 of file aio/interop/methods.py.
|
private |
Definition at line 100 of file aio/interop/methods.py.
|
private |
Definition at line 77 of file aio/interop/methods.py.
|
private |
Definition at line 341 of file aio/interop/methods.py.
|
private |
Definition at line 364 of file aio/interop/methods.py.
|
private |
Definition at line 146 of file aio/interop/methods.py.
|
private |
Definition at line 123 of file aio/interop/methods.py.
|
private |
Definition at line 381 of file aio/interop/methods.py.
|
private |
Definition at line 252 of file aio/interop/methods.py.
|
private |
Definition at line 224 of file aio/interop/methods.py.
|
private |
Definition at line 283 of file aio/interop/methods.py.
|
private |
Definition at line 288 of file aio/interop/methods.py.
|
private |
Definition at line 65 of file aio/interop/methods.py.
|
private |
Definition at line 58 of file aio/interop/methods.py.
None tests_aio.interop.methods.test_interoperability | ( | TestCase | case, |
test_pb2_grpc.TestServiceStub | stub, | ||
Optional[argparse.Namespace] | args = None |
||
) |
Definition at line 441 of file aio/interop/methods.py.
|
private |
Definition at line 39 of file aio/interop/methods.py.
|
private |
Definition at line 419 of file aio/interop/methods.py.
Definition at line 40 of file aio/interop/methods.py.