wheatley 0.1.1 copy "wheatley: ^0.1.1" to clipboard
wheatley: ^0.1.1 copied to clipboard

Generate your test inputs with Weatley, a no frills library for property based testing.

example/main.dart

import 'package:test/test.dart';
import 'package:wheatley/wheatley.dart';

void main() {
  test('My property is always true', () {
    forAll(positiveInteger())((value) => expect(value, greaterThan(0)));
  });
}
1
likes
160
points
28
downloads

Publisher

verified publisherwolverinebeach.net

Weekly Downloads

Generate your test inputs with Weatley, a no frills library for property based testing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

characters, meta

More

Packages that depend on wheatley