package spotlib

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

Module Spotlib.PTestSource

include module type of struct include Ppx_test.Test end
type t = Ppx_test__Test.t
val test_unit : Ppx_test.Location.t -> Ppx_test.Longident.t -> (unit -> unit) -> unit
val test : Ppx_test.Location.t -> Ppx_test.Longident.t -> (unit -> bool) -> unit
val test_fail : Ppx_test.Location.t -> Ppx_test.Longident.t -> (unit -> unit) -> unit
module TestTool : sig ... end
val collect : unit -> unit
module Name : sig ... end
module Error : sig ... end
module Result : sig ... end
module Report : sig ... end
val run_tests : bool -> Report.t
val arg_specs : (string * Arg.spec * string) list
val add : t -> unit
val fun_ : (unit -> bool) -> t
val label : string -> t -> t
val ident : Ppx_test.Longident.t -> t -> t
val list : t list -> t
OCaml

Innovation. Community. Security.