# ExMock v0.4.1 - Table of Contents

> A mocking library for the Elixir language.

We use the Erlang meck library to provide module mocking
functionality for Elixir. It uses macros in Elixir to expose
the functionality in a convenient manner for integrating in
Elixir tests.

## Modules

- [Mock](Mock.md): Mock modules for testing purposes. Usually inside a unit test.

