We do a lot of unit testing and having etcd4j as a dependency renders unit testing nearly impossible. Because of private contructors and using plain fields, that can't be mocked. With added getters, it is as least possible together with powermock to mock an etcd4j client.
We do a lot of unit testing and having etcd4j as a dependency renders unit testing nearly impossible. Because of private contructors and using plain fields, that can't be mocked. With added getters, it is as least possible together with powermock to mock an etcd4j client.