Stops the server. @throws IOException I/O exception
()
| 43 | * @throws IOException I/O exception |
| 44 | */ |
| 45 | @AfterAll public static void stop() throws IOException { |
| 46 | session1.close(); |
| 47 | session2.close(); |
| 48 | stopServer(server); |
| 49 | } |
| 50 | |
| 51 | /** Create and Drop Tests. */ |
| 52 | @Test public void createAndDrop() { |
nothing calls this directly
no test coverage detected