14 """Common code for unit tests of the interoperability test code."""
22 This class must be mixed in with unittest.TestCase and a class that defines
23 setUp and tearDown methods that manage a stub attribute.
27 methods.TestCase.EMPTY_UNARY.test_interoperability(self.stub,
None)
30 methods.TestCase.LARGE_UNARY.test_interoperability(self.stub,
None)
33 methods.TestCase.SERVER_STREAMING.test_interoperability(self.stub,
None)
36 methods.TestCase.CLIENT_STREAMING.test_interoperability(self.stub,
None)
39 methods.TestCase.PING_PONG.test_interoperability(self.stub,
None)
42 methods.TestCase.CANCEL_AFTER_BEGIN.test_interoperability(
46 methods.TestCase.CANCEL_AFTER_FIRST_RESPONSE.test_interoperability(
50 methods.TestCase.TIMEOUT_ON_SLEEPING_SERVER.test_interoperability(