May 2017
Intermediate to advanced
590 pages
17h 18m
English
Apart from the human-readable format used, by default, for reporting the results of the test program execution, the Catch framework supports two XML formats:
The former reporter streams the XML content as unit tests are executed and results are available. It can be used as input to an XSLT transformation to generate an HTML report for the instance. The latter reporter needs to gather all of the program execution data in order to structure the report before printing it. The JUnit XML format is useful for being consumed by third-party tools, such as continuous integration server. ...
Read now
Unlock full access