JUnitFormatter

To acomplish this, there are some mappings that are not straight one to one. Therefore, here goes the mapping:

Currently it writes the results in an xml file in the project’s build_path.

Source

Summary

xmlAttribute(args \\ [])
xmlAttribute(record, args)
xmlElement(args \\ [])
xmlElement(record, args)
xmlText(args \\ [])
xmlText(record, args)

Macros

xmlAttribute(args \\ [])
Source
xmlAttribute(record, args)
Source
xmlElement(args \\ [])
Source
xmlElement(record, args)
Source
xmlText(args \\ [])
Source
xmlText(record, args)
Source