ExpectImpl.this

Constructs an Expect that runs cmd with no args

  1. this(string cmd, OutputRange sink)
    class ExpectImpl(OutputRange)
    this
    (
    string cmd
    ,
    OutputRange sink
    )
    if (
    isOutputRange!(OutputRange, string)
    )
  2. this(string cmd, string[] args, OutputRange sink)

Meta