Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Lib_test.Assert
Sourceassert
contains Alcotest convenience assertions.
Alcotest check that b
is true
.
Alcotest check that b
is false
.
Alcotest version of assert false
.
Assert that at least one value in l
satisfies f
.
contains m msg x ls
asserts that one testable in ls
equals x
, and otherwise fails with msg