MCPcopy Create free account
hub / github.com/apache/thrift / testException

Method testException

test/py.tornado/test_suite.py:83–87  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

81 return thing
82
83 def testException(self, s):
84 if s == 'Xception':
85 raise Xception(1001, s)
86 elif s == 'throw_undeclared':
87 raise ValueError('testing undeclared exception')
88
89 def testOneway(self, seconds):
90 start = time.time()

Callers 1

test_exceptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected