JUnitFormatter.Stats (JUnit Formatter v3.2.0) View Source
A struct to keep track of test values and tests themselves.
It is used to build the testsuite JUnit node.
Link to this section Summary
Link to this section Types
Specs
t() :: %JUnitFormatter.Stats{ errors: non_neg_integer(), failures: non_neg_integer(), skipped: non_neg_integer(), test_cases: [ExUnit.Test.t()], tests: non_neg_integer(), time: non_neg_integer() }