Clone this repo:
  1. 05d1d39 Deprecate the package. (#37) by Natalie Weizenbaum · 7 years ago master 0.12.11+1
  2. 13e3658 Merge pull request #35 from srawlins/fix-strong-3 by Sam Rawlins · 7 years ago 0.12.11
  3. 720e29d Use LineSplitter.bind to fix String/List<String> type issue by Sam Rawlins · 7 years ago
  4. 9573224 Fix most strong mode errors in lib/; LineSplitter issue remains (#33) by Sam Rawlins · 7 years ago
  5. f690fcb Migrate deprecated expectAsync calls to expectAsync1 (#34) by Sam Rawlins · 7 years ago

This package is deprecated. It will not be maintained going forward.

The scheduled_test package was originally created before Dart supported async and await, as a way to make it possible to write readable asynchronous tests. Now that async and await exist, this purpose is no longer relevant.

Most of the features of scheduled_test are now available in other packages that use normal Future- and Stream-based APIs.

  • The scheduled_test/descriptor library is replaced by the test_descriptor package.

  • The scheduled_test/scheduled_process library is replaced by the test_process package.

  • The scheduled_test/scheduled_stream library is replaced by the StreamQueue in the async package as well as the stream matchers in the test package.

  • The scheduled_test/scheduled_server library is replaced by the shelf_test_handler package.