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.

Link to this function

quickcheck(outer_test, user_opts)

View Source

Specs

quickcheck(outer_test(), user_opts()) :: result()

Same as quickcheck/1, but also accepts a list of options.