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

Method testBinary

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

Source from the content-addressed store, hash-verified

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"),
285 str2bin("of" "b\x00inary"))
286
287 def testSymbol(self):
288 self._test("symbol", symbol("this is a symbol test"), symbol("bleh"), symbol("blah"))

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
str2binFunction · 0.90

Tested by

no test coverage detected