package tezos-test-helpers-extra

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

Module concerning assertions about raw trees i.e. values of type [< `Tree of 'a Tezos_base.TzPervasives.String.Map.t | `Value of bytes] as 'a

val equal : ?loc:string -> ?msg:string -> [< `Tree of 'a Tezos_base.TzPervasives.String.Map.t | `Value of bytes ] as 'a -> 'a -> unit

equal loc msg rt0 rt1 checks that the raw tree rt0 and rt1 are equal. Will fail with the message msg displaying the location loc otherwise

OCaml

Innovation. Community. Security.