ExUnit.MultiError exception (ExUnit v1.18.3)

View Source

Raised to signal multiple errors happened in a test case.

Summary

Types

t()

(since 1.16.0)
@type t() :: %ExUnit.MultiError{
  __exception__: true,
  errors: [{Exception.kind(), any(), Exception.stacktrace()}]
}