PropCheck.quickcheck
You're seeing just the function
quickcheck
, go back to PropCheck module for more information.
Specs
quickcheck(outer_test()) :: result()
Runs PropEr on the property outer_test
.
Specs
quickcheck(outer_test(), user_opts()) :: result()
Same as quickcheck/1
, but also accepts a list of options.