scheduled_test 0.7.2 copy "scheduled_test: ^0.7.2" to clipboard
scheduled_test: ^0.7.2 copied to clipboard

discontinued
outdated

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 [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scheduled_test

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  scheduled_test: ^0.7.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:scheduled_test/scheduled_test.dart';
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, stack_trace, unittest

More

Packages that depend on scheduled_test