expect_better 1.3.2
expect_better: ^1.3.2 copied to clipboard
Better assertions, but still using dart test library. Better readability and discovery when using code completion, without compromises.
1.3.2 #
- Added a few more assertions
.returnsA<T>().hasLength().isEqualButNotIdenticalTo()
1.2.0 #
- Added
expectThat(...).fail() - Added
expectThat(...).satisfies(...)
1.1.1 #
- Lower unnecessarily high constraints
1.1.0 #
- Bumped minimum SDK version to 3.0.0
- Fixed linter warnings
1.0.0 #
- Initial version