| 168 | } |
| 169 | |
| 170 | std::vector<proton::symbol> make_caps(const std::string& s) { |
| 171 | std::vector<proton::symbol> caps; |
| 172 | caps.push_back(s); |
| 173 | return caps; |
| 174 | } |
| 175 | |
| 176 | int test_container_capabilities() { |
| 177 | proton::connection_options opts; |
no outgoing calls
no test coverage detected