Starts the tests. @throws IOException I/O exception
()
| 25 | * @throws IOException I/O exception |
| 26 | */ |
| 27 | @BeforeAll public static void before() throws IOException { |
| 28 | server = createServer(); |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Finishes the tests. |
nothing calls this directly
no test coverage detected