mr-sun / hamcrest

Hamcrest matchers for c++ (using with carnamock)
0 stars 0 forks source link

ArrayWithSize matcher should accept a Countable #186

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If given a array or other Countable object rather than an integer, it should 
use count() to get the expected size.

Original issue reported on code.google.com by dharkn...@gmail.com on 18 Jun 2012 at 8:37