ExUnitAssertMatch

v0.1.0

  • Pages
  • Modules

    ExUnitAssertMatch v0.1.0 ExUnitAssertMatch View Source

    Provedes functionality to assert that given data structure is as expected.

    The usage is on README.

    Link to this section Summary

    Functions

    any()
    assert(type, data, opts \\ [])
    atom()
    binary()
    float()
    integer()
    list()
    list_of(example)
    literal(example)
    map()
    map(example)

    Link to this section Functions

    Link to this function any() View Source
    Link to this function assert(type, data, opts \\ []) View Source
    Link to this function atom() View Source
    Link to this function binary() View Source
    Link to this function float() View Source
    Link to this function integer() View Source
    Link to this function list() View Source
    Link to this function list_of(example) View Source
    Link to this function literal(example) View Source
    Link to this function map() View Source
    Link to this function map(example) View Source

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer.