欢迎!请查看 关于 页面以获取有关如何使用本平台的更多信息。
使用 Spec 1,似乎是 count 验证失败可以报告得更好 - 不清楚实际的统计数字是多少
user=> (s/assert (s/coll-of any? :count 1) []) Execution error - invalid arguments to user/eval148 at (REPL:1). [] - failed: (= 1 (count %))
:count 使用 bounded-count,在无限集合中可以正常工作。报告实际的统计数字将需要使用 count,这在无限集合上会导致挂起。
:count
bounded-count
count