package tezos-test-helpers-extra

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

equal_operation msg op0 op1 checks that the operations op0 and op1 are equal. Will fail with the message msg otherwise

equal_block loc msg b0 b1 checks that the blocks b0 and b1 are equal. Will fail with the message msg otherwise

equal_block_set msg bs0 bs1 checks that the block sets bs0 and bs1 are equal. Will fail with the message msg otherwise

val equal_block_map : eq:('a -> 'a -> bool) -> 'a Tezos_crypto.Hashed.Block_hash.Map.t Tezos_test_helpers.Assert.check2

equal_block_map msg bm0 bm1 checks that the block maps bm0 and bm1 are equal. Will fail with the message msg otherwise

equal_block_hash_list msg bhl0 bhl1 checks that the block hashes list bhl0 and bhl1 are equal. Will fail with the message msg otherwise

equal_block_descriptor msg bd0 bd1 checks that the block descriptors bd0 and bd1 are equal. Will fail with the message msg otherwise

OCaml

Innovation. Community. Security.