ahmaddarawshi / powermock

Automatically exported from code.google.com/p/powermock
0 stars 0 forks source link

PrepareForTest at method-level leads to test runner problems if placing the annotation at method-level only. #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This has been fixed before but was removed since it didn't work on Mac.
This should work now so enable to fix again.

Original issue reported on code.google.com by johan.ha...@gmail.com on 11 Dec 2008 at 9:30

GoogleCodeExporter commented 9 years ago
Fixed so that it works to place the PrepareForTest annotation at methods without
specifying it at the class-level first

Original comment by johan.ha...@gmail.com on 11 Dec 2008 at 2:57