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

Method testUlong

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

Source from the content-addressed store, hash-verified

416 self._test_int("long")
417
418 def testUlong(self):
419 self._test_int("ulong")
420 self.assertRaises(AssertionError, ulong, -1)
421
422 def testString(self):
423 self._test("string", "one", "two", "three", "this is a test", "")

Callers

nothing calls this directly

Calls 2

_test_intMethod · 0.95
assertRaisesMethod · 0.80

Tested by

no test coverage detected