JUnit Formatter v3.1.0 JUnitFormatter.Stats 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
Link to this type
t()
View Source
t()
View Source
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()
}
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() }