Patch.Mock.History (patch v0.10.1) View Source
Link to this section Summary
Link to this section Types
Specs
arguments() :: [term()]
Specs
Specs
name() :: atom()
Specs
t() :: %Patch.Mock.History{
count: non_neg_integer(),
entries: [entry()],
limit: non_neg_integer() | :infinity
}