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