package junit_ounit

  1. Overview
  2. Docs
JUnit XML reports generation for OUnit tests

Install

Dune Dependency

Authors

Maintainers

Sources

junit-2.3.0.tbz
sha256=8fee257ee4045aaf33f2293fcdf039a615aabfc926fad184cea1bfeb771b8533
sha512=546b155c65e6cbe4141c29cd95da68903c8845703bd81b12dd8ceaeb5c91d19137ca8202848d0b5cdfc3090694266c3a1815669c85b4d3d980c6122411136da3

doc/junit_ounit/Junit_ounit/index.html

Module Junit_ounitSource

Interface from OUnit result to JUnit reports

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.