Starts the server. @throws Exception exception
()
| 33 | * @throws Exception exception |
| 34 | */ |
| 35 | @BeforeAll public static void start() throws Exception { |
| 36 | server = createServer(); |
| 37 | session1 = createClient(); |
| 38 | session2 = createClient(); |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Stops the server. |
no test coverage detected