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

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

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

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

Topics

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

License

unknown (license)

Dependencies

ffi, meta, test

More

Packages that depend on hegeltest