hegeltest 0.9.0
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 hegeltestWith Flutter:
$ flutter pub add hegeltestThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hegeltest: ^0.9.0Alternatively, 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';