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

Method testUlong

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

Source from the content-addressed store, hash-verified

266 def testUint(self): self._test_int("uint")
267 def testLong(self): self._test_int("long")
268 def testUlong(self): self._test_int("ulong")
269
270 def testString(self):
271 self._test("string", "one", "two", "three", "this is a test", "")

Callers

nothing calls this directly

Calls 1

_test_intMethod · 0.95

Tested by

no test coverage detected