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

Method expect

tests/python/proton_tests/engine.py:2256–2257  ·  view source on GitHub ↗
(self, *types)

Source from the content-addressed store, hash-verified

2254 return result
2255
2256 def expect(self, *types):
2257 return self.expect_oneof(types)
2258
2259 def expect_oneof(self, *sequences):
2260 events = self.drain()

Callers 12

testEndpointEventsMethod · 0.80
testSessionINIT_FINALMethod · 0.80
testLinkINIT_FINALMethod · 0.80
testFlowEventsMethod · 0.80
testDeliveryEventsMethod · 0.80
testTransportCLOSEDMethod · 0.80
doLeakMethod · 0.80

Calls 1

expect_oneofMethod · 0.95

Tested by

no test coverage detected