package junit_ounit

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

Module Junit_ounitSource

Interface from OUnit result to JUnit reports

Sourceval of_result : OUnit.test_result -> Junit.Testcase.t
Sourceval of_results : name:string -> OUnit.test_results -> Junit.Testsuite.t

of_results ~name l converts the list of results l into a Junit testsuite named name.

Sourceval to_file : name:string -> string -> OUnit.test_results -> unit

Shortcut: converts the test results to a Junit testsuite, and dump it into the given file as XML.

OCaml

Innovation. Community. Security.