package osnap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : ?count:int -> ?rand:Stdlib.Random.State.t -> ?path:string -> spec:('a -> 'b, 'c) Spec.t -> name:string -> ('a -> 'b) -> t

make path spec name f builds a test

  • parameter count

    number of application

  • parameter rand

    random state

  • parameter path

    where snapshots are stored

  • parameter spec

    function specification

  • parameter name

    function name

  • parameter f

    function to snapshot