ExCheck v0.5.2 ExCheck

Provides QuickCheck style testing feature. add ‘use ExCheck’ in the ExUnit test files.

Summary

Functions

Check the property defined in the specified target (module or method). If the module name is specified, check all the methods prefixed with ‘prop_’

Starts the ExCheck application

Starts the ExCheck application

Functions

check(target, iterations \\ nil)

Check the property defined in the specified target (module or method). If the module name is specified, check all the methods prefixed with ‘prop_’.

start()

Starts the ExCheck application.

start(app, type)

Starts the ExCheck application.