Go to the source code of this file.
Classes | |
class | tests.unit._empty_message_test._GenericHandler |
class | tests.unit._empty_message_test._MethodHandler |
class | tests.unit._empty_message_test.EmptyMessageTest |
Namespaces | |
Functions | |
def | tests.unit._empty_message_test.handle_stream_stream (request_iterator, servicer_context) |
def | tests.unit._empty_message_test.handle_stream_unary (request_iterator, servicer_context) |
def | tests.unit._empty_message_test.handle_unary_stream (request, servicer_context) |
def | tests.unit._empty_message_test.handle_unary_unary (request, servicer_context) |
Variables | |
string | tests.unit._empty_message_test._REQUEST = b'' |
string | tests.unit._empty_message_test._RESPONSE = b'' |
string | tests.unit._empty_message_test._STREAM_STREAM = '/test/StreamStream' |
string | tests.unit._empty_message_test._STREAM_UNARY = '/test/StreamUnary' |
string | tests.unit._empty_message_test._UNARY_STREAM = '/test/UnaryStream' |
string | tests.unit._empty_message_test._UNARY_UNARY = '/test/UnaryUnary' |
tests.unit._empty_message_test.verbosity | |