expect
Simple implementation of "expect" to help building unitary testing of interactive program
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library expect-str
val expect :
Expect.t ->
?fmatches:( string -> 'a option ) list ->
([< Expect.expect_match | `Regexp of Str.regexp ] * 'a) list ->
'a ->
'a
See Expect.expect
.