public static void setUp() { try { App.init(URL, 10000); } catch (IOException e) { throw new IllegalStateException("Failed to connect to ZK.", e); } }
@Test public void testInit() throws Exception { App.init("not yet implemented", 10000); assertEquals(APP, App.instance()); }