Classes | |
class | AdhocGenericHandler |
class | CountingRequestIterator |
class | CountingResponseIterator |
Functions | |
def | block_until_certain_state (aio.Channel channel, grpc.ChannelConnectivity expected_state) |
def | inject_callbacks (aio.Call call) |
def | seen_metadata (Metadata expected, Metadata actual) |
bool | seen_metadatum (MetadataKey expected_key, MetadataValue expected_value, Metadata actual) |
Variables | |
string | ADHOC_METHOD = '/test/AdHoc' |
def tests_aio.unit._common.block_until_certain_state | ( | aio.Channel | channel, |
grpc.ChannelConnectivity | expected_state | ||
) |
Definition at line 40 of file tests/tests_aio/unit/_common.py.
def tests_aio.unit._common.inject_callbacks | ( | aio.Call | call | ) |
Definition at line 48 of file tests/tests_aio/unit/_common.py.
Definition at line 30 of file tests/tests_aio/unit/_common.py.
bool tests_aio.unit._common.seen_metadatum | ( | MetadataKey | expected_key, |
MetadataValue | expected_value, | ||
Metadata | actual | ||
) |
Definition at line 34 of file tests/tests_aio/unit/_common.py.
string tests_aio.unit._common.ADHOC_METHOD = '/test/AdHoc' |
Definition at line 27 of file tests/tests_aio/unit/_common.py.