scheduled_test 0.11.0+1
scheduled_test: ^0.11.0+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.11.0+1 #
- Support
v0.5.0ofshelf
0.11.0 #
-
ScheduledServer.handlenow takes ashelf.Handlerrather than a custom handler class. -
The body of a
test()or asetUp()call may now return a Future. This was already supported by theunittestpackage. The Future is passed to awrapFuturecall.
0.10.1+1 #
- Updated
httpversion constraint from">=0.9.0 <0.10.0"to">=0.9.0 <0.11.0"
0.10.1 #
-
Add a
StreamMatcher.hasMatchmethod. -
The
consumeThroughandconsumeWhilematchers forScheduledStreamnow takeStreamMatchers as well as normalMatchers.
0.10.0 #
-
Convert
ScheduledProcessto exposestdoutandstderrasScheduledStreams. -
Add a
consumeWhilematcher forScheduledStream.