JUnit Formatter v2.0.0 JUnitFormatter.TestCaseStats 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() :: %JUnitFormatter.TestCaseStats{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}