News Ticker

Testing

PowerMock and Java8 Streams

October 2, 2016 // 0 Comments

Recently I was writing some units tests, as all good developers should, and ran into an issue with a test that made use of the IntStream of(int t) method. The test execution [...]