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

Show length of actual value in "ShouldHaveLength" failure #7

Closed kyoh86 closed 8 years ago

kyoh86 commented 8 years ago

When "ShouldHaveLength" failed, that shows actual value. But it is little hard to understand what length actual value is...

mdwhatcott commented 8 years ago

Thanks! I've been meaning for work on this very function. I may take it even further than you have, merely improving the awkward grammar I initially wrote. I really appreciate your work on this!