package junit

  1. Overview
  2. Docs
JUnit XML reports generation library

Install

Dune Dependency

Authors

Maintainers

Sources

junit-2.2.0.tbz
sha256=d0ab1b08e7bb56d3955139e8ffd8cf0748f1b952af0072c9f9e8d914d531d90a
sha512=f86944c8a5f21c7df6a4dead863c340ebd7114808422a0dd8819941356a6c2a9fbe1e823cead11ff1c0cf6207eeebbbc8e62096a4f278a72f7c05099deef93fb

doc/junit/Junit/index.html

Module JunitSource

High 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.

Sourcemodule Property : sig ... end

Properties (e.g., environment settings) set during test execution.

Sourcemodule Testcase : sig ... end
Sourcemodule Testsuite : sig ... end

Contains the results of executing a testsuite.

Sourcetype t

Contains an aggregation of testsuite results.

Sourceval make : Testsuite.t list -> t
Sourceval add_testsuite : Testsuite.t -> t -> t
Sourceval to_xml : t -> Tyxml.Xml.elt
Sourceval to_file : t -> string -> unit
OCaml

Innovation. Community. Security.