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.
Fields (and defaults)
- name: nil
- state: nil
- tests: nil
Types ↑
t :: {ExUnit.TestCase, module, ExUnit.state, [ExUnit.Test.t]}
options :: [name: module, state: ExUnit.state, tests: [ExUnit.Test.t]] | [{String.t, term}]