package junit

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.