qcheck-core
Core qcheck library
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 qcheck-core.runner
Internal Utils
We provide NO stability guarantee for this module. Use at your own risks.
val print_std : ( out_channel, unit ) printer
val callback :
colors:bool ->
verbose:bool ->
print_res:bool ->
print:( 'a, 'b ) printer ->
string ->
'c QCheck2.Test.cell ->
'c QCheck2.TestResult.t ->
unit
type cli_args = {
cli_verbose : bool; |
cli_long_tests : bool; |
cli_print_list : bool; |
cli_rand : Random.State.t; |
cli_slow_test : int; |
cli_colors : bool; |
cli_debug_shrink : out_channel option; |
cli_debug_shrink_list : string list; |
}
val parse_cli : full_options:bool -> string array -> cli_args