ribs_test 1.0.0-dev.1 copy "ribs_test: ^1.0.0-dev.1" to clipboard
ribs_test: ^1.0.0-dev.1 copied to clipboard

Test utilities and matchers for ribs packages. Provides matchers for Option, Either, Validated, IO, and Rill, plus a deterministic IORuntime for time-controlled IO tests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ribs_test

With Flutter:

 $ flutter pub add ribs_test

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

dependencies:
  ribs_test: ^1.0.0-dev.1

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

Import it

Now in your Dart code, you can use:

import 'package:ribs_test/ribs_test.dart';
0
likes
130
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Test utilities and matchers for ribs packages. Provides matchers for Option, Either, Validated, IO, and Rill, plus a deterministic IORuntime for time-controlled IO tests.

Homepage
Repository (GitHub)
View/report issues

Topics

#testing #functional-programming

License

unknown (license)

Dependencies

matcher, ribs_core, ribs_effect, ribs_rill, test

More

Packages that depend on ribs_test