View Source ExUnit.DuplicateTestError exception (ExUnit v1.16.0)
Exception raised to indicate two or more tests with the same name.
Summary
Types
@type t() :: %ExUnit.DuplicateTestError{__exception__: true, message: String.t()}
Exception raised to indicate two or more tests with the same name.
@type t() :: %ExUnit.DuplicateTestError{__exception__: true, message: String.t()}