ribs_check 1.0.0-dev.10 copy "ribs_check: ^1.0.0-dev.10" to clipboard
ribs_check: ^1.0.0-dev.10 copied to clipboard

QuickCheck-style property-based testing with composable generators and automatic shrinking to find edge cases.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ribs_check

With Flutter:

 $ flutter pub add ribs_check

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

dependencies:
  ribs_check: ^1.0.0-dev.10

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_check/ribs_check.dart';
0
likes
150
points
117
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

QuickCheck-style property-based testing with composable generators and automatic shrinking to find edge cases.

Homepage
Repository (GitHub)
View/report issues

Topics

#property-based-testing #testing #quickcheck #functional-programming

License

unknown (license)

Dependencies

meta, ribs_core, test

More

Packages that depend on ribs_check