ptest 0.3.0 copy "ptest: ^0.3.0" to clipboard
ptest: ^0.3.0 copied to clipboard

A package to conduct property-based unit testing of Dart code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ptest

With Flutter:

 $ flutter pub add ptest

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

dependencies:
  ptest: ^0.3.0

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:ptest/ptest.dart';
0
likes
140
points
227
downloads

Publisher

verified publishersevasnex.dev

Weekly Downloads

A package to conduct property-based unit testing of Dart code.

Repository (GitHub)
View/report issues

Topics

#testing #property-based-testing #fuzz-testing #random

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta, test, uuid

More

Packages that depend on ptest