freepascal / mockito

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

add generic friendly aliases to anyList(), anyCollection(), anySet() #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
add generic friendly aliases to anyList(), anyCollection(), anySet()

So that one can write:

anyListOf(String.class)
anyCollectionOf(String.class)
anySetOf(String.class)

Original issue reported on code.google.com by szcze...@gmail.com on 23 Apr 2009 at 10:34

GoogleCodeExporter commented 9 years ago
in trunk

Original comment by szcze...@gmail.com on 23 Apr 2009 at 10:38

GoogleCodeExporter commented 9 years ago

Original comment by szcze...@gmail.com on 9 Jun 2009 at 3:15

GoogleCodeExporter commented 9 years ago
What about anyMapOf?

Original comment by dgag...@gmail.com on 19 Jun 2009 at 7:15