ounit2.advanced
OUnitLoggerCI
ounit2
ounit2.threads
val printlf : [< `Green | `None | `Red | `Yellow ] -> ('a, out_channel, unit, unit) format4 -> 'a
val successes_color : [> `None ]
val errors_color : [> `Red ]
val failures_color : [> `Red ]
val skips_color : [> `Yellow ]
val todos_color : [> `Yellow ]
val timeouts_color : [> `Red ]
val severity : [< `Error | `Info | `Warning ] option -> [> `None | `Red | `Yellow ] * string
val print_separator : unit -> unit
val render : OUnitConf.conf -> (OUnitTest.MapPath.key, OUnitTest.result) OUnitLogger.log_event list -> unit
val ci : bool OUnitConf.var
val create : OUnitConf.conf -> (OUnitTest.MapPath.key, OUnitTest.result) OUnitLogger.logger