ptest 0.1.1 copy "ptest: ^0.1.1" to clipboard
ptest: ^0.1.1 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

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

dependencies:
  ptest: ^0.1.1

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

License

unknown (license)

Dependencies

meta, test

More

Packages that depend on ptest