private static DocumentShowModule dsm;
private static MockHttpServer server;
@BeforeClass
public static void initUi() {
server = new MockHttpServer(8080);
server.registerHtmlBody("/documentShow.html", DocumentShowModule.HTML_BODY);
server.start();
dsm = new DocumentShowModule();
dsm.defineUi();