package omtl

  1. Overview
  2. Docs

Module OmtlSource

Sourcetype status = {
  1. backtrace : bool;
  2. callstack : bool;
  3. force : bool;
  4. suit : test_suit;
}
Sourceand test_suit = string * test_case list
Sourceand test_case = string * (unit -> (unit, string) result)
Sourcemodule Test_Result : sig ... end
Sourceval (+:>) : string -> (string * (unit -> (unit, string) result)) list -> string * (string * (unit -> (unit, string) result)) list
Sourceval (>==) : string -> (unit -> (unit, string) result) -> string * (unit -> (unit, string) result)
Sourceval ok : 'a -> ('a, 'b) result
Sourceval err : 'a -> ('b, 'a) result
Sourcemodule type Info_Impl = sig ... end
Sourcemodule type Info_API = sig ... end
Sourcemodule Info_Generator (M : sig ... end) : sig ... end
Sourcemodule Get_Info : sig ... end
Sourcemodule Filter : sig ... end
Sourcemodule Default_decorate : sig ... end
Sourcemodule Backtrace : sig ... end
Sourcemodule CallStack : sig ... end
Sourceval test : status -> (unit -> (unit, string) Result.t) -> Test_Result.t
Sourceval test_case : status -> test_case -> string
Sourceval test_suit : status -> unit
Sourceval run : ?backtrace:bool -> ?callstack:bool -> ?force:bool -> test_suit -> unit
OCaml

Innovation. Community. Security.