View Source ExUnit.MultiError exception (ExUnit v1.16.0)
Raised to signal multiple errors happened in a test case.
Summary
Types
@type t() :: %ExUnit.MultiError{ __exception__: true, errors: [{Exception.kind(), any(), Exception.stacktrace()}] }
Raised to signal multiple errors happened in a test case.
@type t() :: %ExUnit.MultiError{ __exception__: true, errors: [{Exception.kind(), any(), Exception.stacktrace()}] }