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

A property based testing framework.

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
140
points
31
downloads

Publisher

verified publisherwolverinebeach.net

Weekly Downloads

A property based testing framework.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

characters, meta

More

Packages that depend on wheatley