Public Member Functions | |
def | testCancelAfterBegin (self) |
def | testCancelAfterFirstResponse (self) |
def | testClientStreaming (self) |
def | testEmptyUnary (self) |
def | testLargeUnary (self) |
def | testPingPong (self) |
def | testServerStreaming (self) |
def | testTimeoutOnSleepingServer (self) |
Unit test methods. This class must be mixed in with unittest.TestCase and a class that defines setUp and tearDown methods that manage a stub attribute.
Definition at line 19 of file _intraop_test_case.py.
def tests.interop._intraop_test_case.IntraopTestCase.testCancelAfterBegin | ( | self | ) |
Definition at line 41 of file _intraop_test_case.py.
def tests.interop._intraop_test_case.IntraopTestCase.testCancelAfterFirstResponse | ( | self | ) |
Definition at line 45 of file _intraop_test_case.py.
def tests.interop._intraop_test_case.IntraopTestCase.testClientStreaming | ( | self | ) |
Definition at line 35 of file _intraop_test_case.py.
def tests.interop._intraop_test_case.IntraopTestCase.testEmptyUnary | ( | self | ) |
Definition at line 26 of file _intraop_test_case.py.
def tests.interop._intraop_test_case.IntraopTestCase.testLargeUnary | ( | self | ) |
Definition at line 29 of file _intraop_test_case.py.
def tests.interop._intraop_test_case.IntraopTestCase.testPingPong | ( | self | ) |
Definition at line 38 of file _intraop_test_case.py.
def tests.interop._intraop_test_case.IntraopTestCase.testServerStreaming | ( | self | ) |
Definition at line 32 of file _intraop_test_case.py.
def tests.interop._intraop_test_case.IntraopTestCase.testTimeoutOnSleepingServer | ( | self | ) |
Definition at line 49 of file _intraop_test_case.py.