propcheck 0.3.4 copy "propcheck: ^0.3.4" to clipboard
propcheck: ^0.3.4 copied to clipboard

outdated

A library for exhaustive and randomized testing of Dart properties

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add propcheck

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

dependencies:
  propcheck: ^0.3.4

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:propcheck/propcheck.dart';
0
likes
0
pub points
6%
popularity

Publisher

unverified uploader

A library for exhaustive and randomized testing of Dart properties

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

enumerators

More

Packages that depend on propcheck