Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testEndpointEvents
Method · 0.80
testConnectionINIT_FINAL
Method · 0.80
testSessionINIT_FINAL
Method · 0.80
testLinkINIT_FINAL
Method · 0.80
testFlowEvents
Method · 0.80
testDeliveryEvents
Method · 0.80
testDeliveryEventsDisp
Method · 0.80
testConnectionBOUND_UNBOUND
Method · 0.80
testTransportERROR_CLOSE
Method · 0.80
testTransportCLOSED
Method · 0.80
doLeak
Method · 0.80
testTimeoutWithZombieServer
Method · 0.80
Calls
1
expect_oneof
Method · 0.95
Tested by
no test coverage detected