| 1567 | test_context() = default; |
| 1568 | |
| 1569 | std::string get_example_connection_string() const override |
| 1570 | { |
| 1571 | return "service=orcl user=scott password=tiger"; |
| 1572 | } |
| 1573 | |
| 1574 | bool start_testing() override |
| 1575 | { |
nothing calls this directly
no outgoing calls
no test coverage detected