| 149 | test_context() = default; |
| 150 | |
| 151 | std::string get_example_connection_string() const override |
| 152 | { |
| 153 | return "connect_string_for_empty_backend"; |
| 154 | } |
| 155 | |
| 156 | std::string get_backend_name() const override |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected