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

Property-based testing for Dart, powered by the Hegel engine. Generators, shrinking, stateful and concurrent testing, and replay of failures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hegel

With Flutter:

 $ flutter pub add hegel

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

dependencies:
  hegel: ^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:hegel/hegel.dart';
0
likes
160
points
360
downloads

Documentation

API reference

Publisher

verified publishermakedist.com

Weekly Downloads

Property-based testing for Dart, powered by the Hegel engine. Generators, shrinking, stateful and concurrent testing, and replay of failures.

Homepage
Repository (GitHub)
View/report issues

Topics

#testing #property-based-testing #fuzzing #test-generation

License

MIT (license)

Dependencies

code_assets, crypto, ffi, hooks, meta, stack_trace, test, test_api

More

Packages that depend on hegel