_评论者:reiddraper_
当测试失败时,我们确实会返回最初失败的解释和缩小测试的参数。这还不够吗?
例如
{code:none}
{:result false,
:failing-size 45,
:num-tests 46,
:fail [[10 1 28 40 11 -33 42 -42 39 -13 13 -44 -36 11 27 -42 4 21 -39]],
:shrunk {:total-nodes-visited 38,
:depth 18,
:result false,-------------
:smallest [[42]]}}
参见 {{:fail}} 和 {{[:shrunk :smallest]}}。