Test parts of net.i2p.util.Addresses
This MR add tests for the predictable parts of net.i2p.util.Addresses
.
There are too many private static
things happening that aren't mockable or modifyable, so code blocks depending on that aren't tested.
Until PowerMock or Mockito 3.x have been introduced, those code paths might stay uncovered and untested.
Edited by zzz