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

Method testDouble

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

Source from the content-addressed store, hash-verified

278 eq=lambda x, y: x - y < 0.000001)
279
280 def testDouble(self):
281 self._test("double", 0, 1, 2, 3, 0.1, 0.2, 0.3, -1, -2, -3, -0.1, -0.2, -0.3)
282
283 def testBinary(self):
284 self._test("binary", str2bin("this"), str2bin("is"), str2bin("a"), str2bin("test"),

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected