package testsimple

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create_test_plan : ?count:int -> unit -> unit
val build_test_case : ?todo:string -> ?diag:TAPDocument.diagnostic -> bool -> string -> unit
val build_diagnostic : string -> unit
val build_extended_diagnostic_message : bool -> 'a -> 'a -> string -> TAPDocument.diagnostic option
val build_diagnostic_message : bool -> string -> TAPDocument.diagnostic option
module Tester : sig ... end