Issue metadata
Sign in to add a comment
|
should().beLessThan failure message lacks information |
||||||||||||||||||||||
Issue descriptionConsider this: should(1, "description").beLessThan(0) which prints description is *NOT* less than 0. This is not very informative as a failure message. It should also print out the actual value. Without it, you have no idea why the test failed because you don't know the actual value. I suspect similar things occur for all tests that fail when a description is given.
,
Dec 20 2016
This needs a bit of redesign in the text parsing (e.g. |$actual|, |$expected|).
,
Dec 21 2016
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by hongchan@chromium.org
, Dec 20 2016Labels: Test-Layout