Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
assert
contains Alcotest convenience assertions.
Assert that at least one value in l
satisfies f
.
val contains : 'a Alcotest.testable -> string -> 'a0 -> 'a1 list -> unit
contains m msg x ls
asserts that one testable in ls
equals x
, and otherwise fails with msg