Closed ndushay closed 7 years ago
Code coverage reflects that jacoco is confused by powermock.
As result zero code coverage for classes which are loaded by PowerMock class loader ... But right now there is NO WAY TO USE PowerMock with JaCoCo On-the-fly instrumentation.
from https://github.com/powermock/powermock/wiki/Code-coverage-with-JaCoCo
LGTM.
would probably be good to have @tingulfsen do the merge, since i paired a bit w/ @ndushay on the tests.
and one teeny refactoring of a test (removing cruft)
Resolves #38