Starts the HTTP server. @throws Exception exception
()
| 43 | * @throws Exception exception |
| 44 | */ |
| 45 | @BeforeAll public static void start() throws Exception { |
| 46 | init(HTTP_ROOT, true); |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Installs a new module and removes all others. |
no test coverage detected