gordonad / powermock

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

Depecrate Mock annotation and make a new one in respective extension API #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PowerMockito should no longer support partial mocking from annotations and
thus this should be removed from the annotation support. To do that we must
depecrate the old Mock annotation and create two new ones, one in each
extension API. In EasyMock, perhaps we should create a MockPartial
annotation to differentiate between standard and partial mocking? (May be
overkill since then we need 3 more annotations for nice and strict mocks as
well)

Original issue reported on code.google.com by johan.ha...@gmail.com on 4 Sep 2009 at 6:20

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 7 Sep 2009 at 7:12