ExUnit.Test record
A record that keeps information about the test.
It is received by formatters and also accessible
in the metadata under the key :test.
Fields (and defaults)
- name: nil
- case: nil
- state: nil
- time: nil
- tags: nil
- line: nil
Types ↑
t :: {ExUnit.Test, atom, module, ExUnit.state, non_neg_integer, Keyword.t, term}
options :: [name: atom, case: module, state: ExUnit.state, time: non_neg_integer, tags: Keyword.t, line: term] | [{String.t, term}]