Patch.Mock.History (patch v0.8.0) View Source

Link to this section Summary

Link to this section Types

Specs

arguments() :: [term()]

Specs

entry() :: {name(), arguments()}

Specs

name() :: atom()

Specs

t() :: %Patch.Mock.History{
  count: non_neg_integer(),
  entries: [entry()],
  limit: non_neg_integer() | :infinity
}

Link to this section Functions

Link to this function

entries(history, sorting \\ :asc)

View Source
Link to this function

put(history, name, arguments)

View Source