# Mimic v2.4.1 - Table of Contents

## Pages

- [License](license.md)
- [Overview](readme.md)

## Modules

- [Mimic](Mimic.md): Mimic is a library that simplifies the usage of mocks in Elixir.
- [Mimic.Cover](Mimic.Cover.md): Ensures mocked modules still get coverage data despite being replaced by `Mimic.Module`.
Also ensures that coverage data from before moving the module around is not lost

- [Mimic.DSL](Mimic.DSL.md): Stubs and expectations can be expressed in a more natural way.

