dexpect ~master (2015-05-27T16:55:52Z)
Home
Dub
Repo
ExpectImpl.expect
dexpect
ExpectImpl
Expects toExpect in output of spawn within custom timeout
int
expect
(
string
toExpect
)
int
expect
(
string
toExpect
,
Duration
timeout
)
class
ExpectImpl
(OutputRange)
int
expect
(
string
toExpect
,
Duration
timeout
)
if
(
isOutputRange
!(
OutputRange
,
string
)
)
Meta
Source
See Implementation
dexpect
ExpectImpl
constructors
this
destructors
~this
functions
expect
read
readAllAvailable
send
sendLine
properties
after
before
timeout
Expects toExpect in output of spawn within custom timeout