Finishes the tests. @throws IOException I/O exception
()
| 33 | * @throws IOException I/O exception |
| 34 | */ |
| 35 | @AfterAll public static void after() throws IOException { |
| 36 | stopServer(server); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Simple query. |
nothing calls this directly
no test coverage detected