clojure.test.check.results
A protocol and helper functions for trial results.
Result
protocol
members
pass?
(pass? result)
A boolean indicating if the result passed.
result-data
(result-data result)
A map of data about the trial.
A protocol and helper functions for trial results.
(pass? result)
A boolean indicating if the result passed.
(result-data result)
A map of data about the trial.