ExpectImpl.expect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int expect(string toExpect)
  2. int expect(string toExpect, Duration timeout)
  3. int expect(string[] arr, Duration timeout)
    class ExpectImpl(OutputRange)
    int
    expect
    (
    string[] arr
    ,
    Duration timeout
    )
    if (
    isOutputRange!(OutputRange, string)
    )

Meta