ExCheck v0.5.2 ExCheck.Statement

Provides macros for test statements.

Summary

Functions

Verify property and return the result as true/faluse value. It corresonds to triq#check_forall method

Macros

Generate property method and ExUnit tests

Generate property method and ExUnit tests with var context

Functions

verify_property(arg)

Verify property and return the result as true/faluse value. It corresonds to triq#check_forall method.

Macros

property(message, list)

Generate property method and ExUnit tests.

property(message, var, list)

Generate property method and ExUnit tests with var context.