(self)
| 58 | self._test("id", None, (b"bytes", None, 123, u"string", uuid4())) |
| 59 | |
| 60 | def testCorrelationId(self): |
| 61 | self._test("correlation_id", None, (b"bytes", None, 123, u"string", uuid4())) |
| 62 | |
| 63 | def testDurable(self): |
| 64 | self._test("durable", False, (True, False)) |