Runs a query and matches the result against the expected output. @param query query @param expected expected output
(final String query, final String expected)
| 95 | * @param expected expected output |
| 96 | */ |
| 97 | private static void query(final String query, final String expected) { |
| 98 | query(null, query, expected); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Runs an updating query and matches the result of the second query |
no test coverage detected