hegeltest 0.9.0 copy "hegeltest: ^0.9.0" to clipboard
hegeltest: ^0.9.0 copied to clipboard

Property-based testing for Dart, powered by Hegel's native engine. Automatically finds edge cases by generating random inputs and shrinking failures to minimal counterexamples.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hegeltest

With Flutter:

 $ flutter pub add hegeltest

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

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

Documentation

API reference

Publisher

verified publisherletstesttools.dev

Weekly Downloads

Property-based testing for Dart, powered by Hegel's native engine. Automatically finds edge cases by generating random inputs and shrinking failures to minimal counterexamples.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

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

License

MIT (license)

Dependencies

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

More

Packages that depend on hegeltest