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

Method testDecimal32

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

Source from the content-addressed store, hash-verified

297 self._test("uuid", uuid4(), uuid4(), uuid4())
298
299 def testDecimal32(self):
300 self._test("decimal32", decimal32(0), decimal32(1), decimal32(2), decimal32(3), decimal32(4), decimal32(2**30))
301
302 def testDecimal64(self):
303 self._test("decimal64", decimal64(0), decimal64(1), decimal64(2), decimal64(3), decimal64(4), decimal64(2**60))

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
decimal32Class · 0.85

Tested by

no test coverage detected