scheduled_test 0.11.0+3 copy "scheduled_test: ^0.11.0+3" to clipboard
scheduled_test: ^0.11.0+3 copied to clipboard

discontinued
outdatedDart 1 only

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+3 #

  • Support v0.11.0 of unittest.

0.11.0+1 #

  • Support v0.5.0 of shelf.

0.11.0 #

  • ScheduledServer.handle now takes a shelf.Handler rather than a custom handler class.

  • The body of a test() or a setUp() call may now return a Future. This was already supported by the unittest package. The Future is passed to a wrapFuture call.

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 and consumeWhile matchers for ScheduledStream now take StreamMatchers as well as normal Matchers.

0.10.0 #

  • Convert ScheduledProcess to expose stdout and stderr as ScheduledStreams.

  • Add a consumeWhile matcher for ScheduledStream.

0
likes
0
pub points
6%
popularity

Publisher

verified publisherlabs.dart.dev

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 tests to read like synchronous, linear code, despite executing asynchronously.

Homepage

License

unknown (LICENSE)

Dependencies

http, path, shelf, stack_trace, unittest

More

Packages that depend on scheduled_test