smarty / assertions

Fluent assertion-style functions used by goconvey and gunit. Can also be used in any test or application.
Other
100 stars 34 forks source link

New assertion: ShouldHaveLength #4

Closed tgrosinger closed 9 years ago

tgrosinger commented 9 years ago

Adds a new assertion which compares the length of a collection to a provided length value.

mdwhatcott commented 9 years ago

This looks very useful--thanks for contributing! I'll have a look soon. Stay tuned...

mdwhatcott commented 9 years ago

I've actually wanted to do this for some time. Thanks for beating me to it @tgrosinger !