19202122232425
EtcdClient client; @Before public void initialize() { this.prefix = "/unittest-" + UUID.randomUUID().toString(); this.client = new EtcdClient(URI.create("http://127.0.0.1:4001/")); }