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

Method _test_int

tests/python/proton_tests/codec.py:258–259  ·  view source on GitHub ↗
(self, itype)

Source from the content-addressed store, hash-verified

256 assert eq(gotten, v), (gotten, v)
257
258 def _test_int(self, itype):
259 self._test(itype, *self.int_values(itype))
260
261 def testByte(self): self._test_int("byte")
262 def testUbyte(self): self._test_int("ubyte")

Callers 7

testByteMethod · 0.95
testUbyteMethod · 0.95
testShortMethod · 0.95
testIntMethod · 0.95
testUintMethod · 0.95
testLongMethod · 0.95
testUlongMethod · 0.95

Calls 2

_testMethod · 0.95
int_valuesMethod · 0.95

Tested by

no test coverage detected