0

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?

enter image description here

Cagin Uludamar
  • 372
  • 1
  • 3
  • 16

1 Answers1

0

Sorry that was my mistake, Parameterized test documentation also defines those fields as public.

Cagin Uludamar
  • 372
  • 1
  • 3
  • 16