Patch.Mock.Values.Raises (patch v0.10.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Patch.Mock.Values.Raises{attributes: Keyword.t(), exception: module()}

Link to this section Functions

Specs

advance(raises :: t()) :: t()

Specs

new(message :: String.t()) :: t()
Link to this function

new(exception, attributes)

View Source

Specs

new(exception :: module(), attributes :: Keyword.t()) :: t()

Specs

next(raises :: t(), arguments :: [term()]) :: none()