| 167 | } |
| 168 | |
| 169 | void on_transport_close(proton::transport& t) override { |
| 170 | ASSERT_THROWS_MSG(proton::error, "No active connection", t.connection().url()); |
| 171 | transport_close_count++; |
| 172 | } |
| 173 | |
| 174 | protected: |
| 175 | int start_count = 0; |
nothing calls this directly
no test coverage detected