ahmaddarawshi / powermock

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

Investigate if AnnotationEnabler can be used to prepare classes for test #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Investigate if AnnotationEnabler can be used to prepare classes for test.
It could for example scan all fields annotated with @Mock and prepare those
types automatically without specifying the @PrepareForTest annotation.

Original issue reported on code.google.com by johan.ha...@gmail.com on 2 Dec 2008 at 3:41

GoogleCodeExporter commented 9 years ago
This won't work since the classes would already have been loaded.

Original comment by johan.ha...@gmail.com on 4 Dec 2008 at 8:11