ExUnit.TestCase record

A record that keeps information about the test case. It is received by formatters and also accessible in the metadata under the key :case.

Source

Fields (and defaults)

Types

t :: {ExUnit.TestCase, module, ExUnit.state, [ExUnit.Test.t]}

options :: [name: module, state: ExUnit.state, tests: [ExUnit.Test.t]] | [{String.t, term}]