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

Method testDecimal64

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

Source from the content-addressed store, hash-verified

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))
304
305 def testDecimal128(self):
306 self._test("decimal128", decimal128(str2bin("fdsaasdf;lkjjkl;")), decimal128(str2bin("x"*16)))

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
decimal64Class · 0.85

Tested by

no test coverage detected