Downloaded junit-4.12.jar and hamcrest-core-1.3.jar (both latest for the time being), but when I try to run my unit tests, I get this exception for private (or protected) fields with attribute Parameter. When I change the fields to public, everything is fine.
Any comments?