예제 #1
0
  @Test
  public void testGetNodeManagerPath() throws Exception {
    NodeId nodeId = createTestNodeId();

    assertEquals("/dragon/nodemanagers/ServerHost:2345", dragonZK.getNodeManagerPath(nodeId));
  }