scheduled_test 0.12.11+1
scheduled_test: ^0.12.11+1 copied to clipboard
This package is deprecated. See the README for details.
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/descriptorlibrary is replaced by thetest_descriptorpackage. -
The
scheduled_test/scheduled_processlibrary is replaced by thetest_processpackage. -
The
scheduled_test/scheduled_streamlibrary is replaced by theStreamQueuein theasyncpackage as well as the stream matchers in thetestpackage. -
The
scheduled_test/scheduled_serverlibrary is replaced by theshelf_test_handlerpackage.