snapshots

v0.1.0

  • Pages
  • Modules

    snapshots v0.1.0 Snapshots View Source

    Documentation for Snapshots.

    Link to this section Summary

    Functions

    assert_snapshot(env, expected, driver \\ Snapshots.Drivers.Text)
    create(env, driver)
    exists?(snapshot)
    read(snapshot)
    test_snapshot(message, var \\ quote() do _ end, contents)
    write(snapshot, contents)

    Link to this section Functions

    Link to this function assert_snapshot(env, expected, driver \\ Snapshots.Drivers.Text) View Source
    Link to this function create(env, driver) View Source
    Link to this function exists?(snapshot) View Source
    Link to this function read(snapshot) View Source
    Link to this macro test_snapshot(message, var \\ quote() do _ end, contents) View Source (macro)
    Link to this function write(snapshot, contents) View Source

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