| commit | 05d1d3999516a6c3230580edf9a1bed391c6f002 | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Wed Jun 14 21:18:05 2017 |
| committer | GitHub <noreply@github.com> | Wed Jun 14 21:18:05 2017 |
| tree | 11ab3d9c6e11832eb85770df1afaa096af47cd35 | |
| parent | 13e3658bc7aa4d97168cd88a6b3f175a622195c6 [diff] |
Deprecate the package. (#37)
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.