MCPcopy Create free account
hub / github.com/apache/qpid-proton / testUbyte

Method testUbyte

python/tests/proton_tests/codec.py:397–399  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395 self._test_int("byte")
396
397 def testUbyte(self):
398 self._test_int("ubyte")
399 self.assertRaises(AssertionError, ubyte, -1)
400
401 def testShort(self):
402 self._test_int("short")

Callers

nothing calls this directly

Calls 2

_test_intMethod · 0.95
assertRaisesMethod · 0.80

Tested by

no test coverage detected