Delx v2.0.0 API Reference
Modules
An Elixir library to make function delegation testable.
A module that defines the function that a custom delegator module has to implement.
This module is the delegator that is used by default.
This module is a custom delegator that does not actually delegate but echoes a tuple containing the module, function and args which the original function was called with. This is useful when you want to stub all delegations but not actually call the delegation target.
A module that contains assertions for ExUnit
to test function delegation.