(String model, String sql)
| 424 | } |
| 425 | |
| 426 | private Fluent sql(String model, String sql) { |
| 427 | return new Fluent(model, sql, this::output); |
| 428 | } |
| 429 | |
| 430 | /** Returns a function that checks the contents of a result set against an |
| 431 | * expected string. */ |
no outgoing calls
no test coverage detected