scheduled_test 0.10.0
scheduled_test: ^0.10.0 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.0 #
-
Convert
ScheduledProcessto exposestdoutandstderrasScheduledStreams. -
Add a
consumeWhilematcher forScheduledStream.