property_testing 0.3.0
property_testing: ^0.3.0 copied to clipboard
A property-based testing framework for Dart with powerful generators and shrinking capabilities
0.3.0 #
0.2.1+1 #
- Refreshed documentation and package metadata to align with the routed ecosystem release.
0.2.1 #
- Expanded the README with badges, funding info, and extra examples covering chaos generators plus the stateful runner.
0.2.0 #
StatefulPropertyRunnernow accepts a distinctCommandTypegeneric so invariants and update functions keep full type information even when command objects differ from the model type. This fixes analyzer complaints in custom runners and makes property harness extensions easier to compose.
0.1.0 #
- Initial public release aligned with the routed ecosystem workspace.
- Adds generators and shrinking support used by the routed test suite.