Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ test_container_stop
Function
test_container_stop
cpp/src/container_test.cpp:263–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
};
262
263
int test_container_stop() {
264
stop_tester t;
265
proton::container(t).run();
266
ASSERT(t.state==5);
267
return 0;
268
}
269
270
271
struct hang_tester : public proton::messaging_handler {
Callers
1
main
Function · 0.85
Calls
2
container
Class · 0.70
run
Method · 0.45
Tested by
no test coverage detected