View Source ExUnit.AssertionError exception (ExUnit v1.16.2)

Raised to signal an assertion error.

This is used by macros such as ExUnit.Assertions.assert/1.

Summary

Functions

Indicates no meaningful value for a field.

Types

@type t() :: %ExUnit.AssertionError{
  __exception__: true,
  args: any(),
  context: any(),
  doctest: any(),
  expr: any(),
  left: any(),
  message: any(),
  right: any()
}

Functions

@spec no_value() :: atom()

Indicates no meaningful value for a field.