JUnitFormatter.TestCaseStats

A struct to keep track of test values and tests themselves.

It is used to build the testsuite junit node.

Summary

Types

t :: %JUnitFormatter.TestCaseStats{errors: non_neg_integer, failures: non_neg_integer, skipped: non_neg_integer, tests: non_neg_integer, time: non_neg_integer, test_cases: [ExUnit.Test.t]}