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

Method test_message

python/tests/proton_tests/interop.py:88–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 assert next_value == value, "Value mismatch: %s != %s" % (next_value, value)
87
88 def test_message(self):
89 self.decode_message_file("message")
90 self.assert_next(Data.STRING, "hello")
91 assert self.data.next() is None
92
93 def test_primitives(self):
94 self.decode_data_file("primitives")

Callers

nothing calls this directly

Calls 3

decode_message_fileMethod · 0.95
assert_nextMethod · 0.95
nextMethod · 0.45

Tested by

no test coverage detected