elixir_mock v0.2.6 API Reference
Modules
This module contains functions and macros for creating mocks from real modules. It also contains utilities for verifying that calls were made to functions in the mocks
Contains utility functions that allow predicate-based matching against arguments passed to mock function calls
Contains functions that examine mocks and manipulate their state
Exceptions
Error raised when ElixirMock.defmock_of/2
and ElixirMock.defmock_of/3
are given an illegal mock definition