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

Method testTimestamp

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

Source from the content-addressed store, hash-verified

288 self._test("symbol", symbol("this is a symbol test"), symbol("bleh"), symbol("blah"))
289
290 def testTimestamp(self):
291 self._test("timestamp", timestamp(0), timestamp(12345), timestamp(1000000))
292
293 def testChar(self):
294 self._test("char", char('a'), char('b'), char('c'), char(unichar(0x20AC)))

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
timestampClass · 0.85

Tested by

no test coverage detected