ExUnit v1.8.2 API Reference
Modules
Unit testing framework for Elixir.
This module contains a set of assertion functions that are imported by default into your test cases.
Defines ExUnit callbacks.
Functionality to capture IO for testing.
Functionality to capture logs for testing.
Helpers for defining test cases.
This module allows a developer to define a test case template to be used throughout their tests. This is useful when there are a set of functions that should be shared between tests or a set of setup callbacks.
ExUnit.DocTest implements functionality similar to Python's doctest.
Conveniences for parsing and evaluating filters.
Helper functions for formatting and the formatting protocols.
A struct that keeps information about the test.
A struct that keeps information about the test case.
Exceptions
Raised to signal an assertion error.
Raised to signal multiple errors happened in a test case.