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.

Source

Fields (and defaults)

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}]