ExpectImpl.this

Constructs an Expect that runs cmd with args On linux, this passes the args with cmd on front if required On windows, it passes the args as a single string seperated by spaces

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

Meta