Go to the documentation of this file.
14 """Governs coverage for tests of RPCs throughout RPC Framework."""
24 class Coverage(six.with_metaclass(abc.ABCMeta)):
25 """Specification of test coverage."""
29 raise NotImplementedError()
33 raise NotImplementedError()
37 raise NotImplementedError()
41 raise NotImplementedError()
45 raise NotImplementedError()
49 raise NotImplementedError()
53 raise NotImplementedError()
57 raise NotImplementedError()
61 raise NotImplementedError()
65 raise NotImplementedError()
69 raise NotImplementedError()
73 raise NotImplementedError()
77 raise NotImplementedError()
81 raise NotImplementedError()
85 raise NotImplementedError()
89 raise NotImplementedError()
93 raise NotImplementedError()
97 raise NotImplementedError()
101 raise NotImplementedError()
def testSuccessfulUnaryRequestStreamResponse(self)
def testSuccessfulStreamRequestUnaryResponse(self)
def testFailedUnaryRequestStreamResponse(self)
def testCancelledUnaryRequestUnaryResponse(self)
def testSequentialInvocations(self)
def testParallelInvocations(self)
def testExpiredStreamRequestUnaryResponse(self)
def testCancelledUnaryRequestStreamResponse(self)
def testExpiredUnaryRequestUnaryResponse(self)
def testCancelledStreamRequestUnaryResponse(self)
def testSuccessfulUnaryRequestUnaryResponse(self)
def testExpiredStreamRequestStreamResponse(self)
def testFailedStreamRequestUnaryResponse(self)
def testFailedStreamRequestStreamResponse(self)
def testExpiredUnaryRequestStreamResponse(self)
def testSuccessfulStreamRequestStreamResponse(self)
def testFailedUnaryRequestUnaryResponse(self)
def testCancelledStreamRequestStreamResponse(self)
def testWaitingForSomeButNotAllParallelInvocations(self)
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:31