Module proper_utils

Function Index

opts/0Default options for PropEr runs.
print_stdout/1Run a function and output to stdout.
qc/1
qc/2like proper:quickcheck/2, but print to stdout.
qc_/1
qc_/2proper:quickcheck/1 helper for eunit.

Function Details

opts/0

opts() -> any()

Default options for PropEr runs

print_stdout/1

print_stdout(Fun::fun(() -> A)) -> A

Run a function and output to stdout. Useful for PropEr within eunit.

qc/1

qc(Proper) -> any()

qc/2

qc(Proper, Opts) -> any()

like proper:quickcheck/2, but print to stdout.

Removes timeout from Opts.

qc_/1

qc_(Proper) -> any()

qc_/2

qc_(Proper, Opts) -> any()

proper:quickcheck/1 helper for eunit. Accepts additional Arg timeout.


Generated by EDoc, Mar 16 2020, 09:20:32.