org.scalatest.concurrent.Waiters
A configuration parameter that specifies the number of dismissals to wait for before returning normally from an await call on a Waiter.
await
Waiter
the number of dismissals for which to wait
IllegalArgumentException if specified value is less than or equal to zero.
IllegalArgumentException
value
A configuration parameter that specifies the number of dismissals to wait for before returning normally from an
await
call on aWaiter
.the number of dismissals for which to wait
IllegalArgumentException
if specifiedvalue
is less than or equal to zero.