| opts/0 | Default options for PropEr runs. |
| print_stdout/1 | Run a function and output to stdout. |
| qc/1 | |
| qc/2 | like proper:quickcheck/2, but print to stdout. |
| qc_/1 | |
| qc_/2 | proper:quickcheck/1 helper for eunit. |
opts() -> any()
Default options for PropEr runs
print_stdout(Fun::fun(() -> A)) -> A
Run a function and output to stdout. Useful for PropEr within eunit.
qc(Proper) -> any()
qc(Proper, Opts) -> any()
like proper:quickcheck/2, but print to stdout.
Removestimeout from Opts.
qc_(Proper) -> any()
qc_(Proper, Opts) -> any()
proper:quickcheck/1 helper for eunit. Accepts additional Arg timeout.
Generated by EDoc