PowerAssert.Assertion (power_assert v0.3.0)

This module handles Power Assert main function

Link to this section Summary

Functions

assert with descriptive messages

Link to this section Functions

Link to this macro

assert(ast, msg \\ nil)

(macro)

assert with descriptive messages

array |> Enum.at(index) == two
|             |  |         |
|             |  |         2
|             |  2
|             3
[1, 2, 3]