Delx v3.0.0 API Reference

Modules

An Elixir library to make function delegation testable.

A module defining a macro to define delegate functions.

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 instead raises an exception containing the delegation details. This is useful when you want to mock all delegations but not actually call the delegation target. This delegator must be used to make Delx.TestAssertions work.

A module that contains assertions for ExUnit to test function delegation.

Exceptions

An exception that raises when when a delegated function is mocked.