Module assert

Source
Expand description

Assert module contains a help macros to compare and test tables conveniently.

Macrosยง

assert_table
Assert a table.
assert_width
Assert table width.
static_table
Construct a static table.
test_table
Create a test function for table assertion.