scheduled_test 0.10.1+1 scheduled_test: ^0.10.1+1 copied to clipboard
A package for writing readable tests of asynchronous behavior. This package works by building up a queue of asynchronous tasks called a "schedule", then executing those tasks in order. This allows the [...]
0.10.1+1 #
- Updated
http
version constraint from">=0.9.0 <0.10.0"
to">=0.9.0 <0.11.0"
0.10.1 #
-
Add a
StreamMatcher.hasMatch
method. -
The
consumeThrough
andconsumeWhile
matchers forScheduledStream
now takeStreamMatcher
s as well as normalMatcher
s.
0.10.0 #
-
Convert
ScheduledProcess
to exposestdout
andstderr
asScheduledStream
s. -
Add a
consumeWhile
matcher forScheduledStream
.