package rashell

  1. Overview
  2. Docs
val assert_process_status : string -> ?expected_failure:bool -> (unit -> 'a Lwt.t) -> Rashell_Command.process_status -> Broken.t
val assert_utility : string -> ?expected_failure:bool -> (string -> bool) -> (unit -> string Lwt.t) -> Broken.t
val assert_test : string -> ?expected_failure:bool -> (unit -> bool Lwt.t) -> bool -> Broken.t
val assert_query : string -> ?expected_failure:bool -> (string list -> bool) -> (unit -> string Lwt_stream.t) -> Broken.t
val assert_filter : string -> ?expected_failure:bool -> (string list -> bool) -> (unit -> string Lwt_stream.t -> string Lwt_stream.t) -> string list -> Broken.t