gordonad / powermock

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

Should getMethods and getFields throw exception if no fields are found? #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This would probably be a good thing since if we're using @Mock("method") or
createPartialMock(MyClass.class, "method") we get no exception if we've
miss-spelled the name. 

Original issue reported on code.google.com by johan.ha...@gmail.com on 16 Dec 2008 at 10:35

GoogleCodeExporter commented 8 years ago
This has been implemented

Original comment by johan.ha...@gmail.com on 17 Dec 2008 at 3:33

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 17 Dec 2008 at 3:33