gordonad / powermock

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

suppressMethod should take var args of method names #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We should add suppressMethod(Class<?> clazz, String...methodNamesToSuppress);

Original issue reported on code.google.com by johan.ha...@gmail.com on 26 Sep 2008 at 7:02

GoogleCodeExporter commented 8 years ago
Added support to easy suppress several methods in the same class

Original comment by johan.ha...@gmail.com on 13 Oct 2008 at 4:32