JunitHigh level interface to produce JUnit reports.
This module defines functions to create JUnit reports and export them to XML. This XML is supposed to be accepted by Jenkins.
module Property : sig ... endProperties (e.g., environment settings) set during test execution.
module Testcase : sig ... endmodule Testsuite : sig ... endContains the results of executing a testsuite.
val make : Testsuite.t list -> tval add_testsuite : Testsuite.t -> t -> tval to_xml : t -> Tyxml.Xml.eltval to_file : t -> string -> unit