View Source ExUnit.DuplicateTestError exception (ExUnit v1.17.0-dev)

Exception raised to indicate two or more tests with the same name.

Summary

Types

@type t() :: %ExUnit.DuplicateTestError{__exception__: true, message: String.t()}