| 128 | }; |
| 129 | |
| 130 | int test_container_default_container_id() { |
| 131 | proton::connection_options opts; |
| 132 | test_handler th("", opts); |
| 133 | proton::container(th).run(); |
| 134 | ASSERT(!th.peer_container_id.empty()); |
| 135 | ASSERT(th.listen_handler.on_error_.empty()); |
| 136 | ASSERT(th.listen_handler.on_close_); |
| 137 | return 0; |
| 138 | } |
| 139 | |
| 140 | int test_container_vhost() { |
| 141 | proton::connection_options opts; |