expector 0.1.4 expector: ^0.1.4 copied to clipboard
A package to write tests in a fluent manner and more easily.
0.1.4 (2022-11-26) #
- Update license file to be recognized by pub.dev.
- Apply stricter language rules on code.
0.1.3 (2021-07-25) #
- Add
MapExpector.containsPair
. - Add
NumExpector.lessThan
. - Add
NumExpector.lessThanOrEqualTo
. - Add
NumExpector.greaterThan
. - Add
NumExpector.greaterThanOrEqualTo
.
0.1.2 (2021-05-15) #
- Improve how
.throwsA
works. It now return a future with the catched value. - Add
Future.throws
andFunction.throws
.
0.1.1 (2021-05-04) #
- Add
NonNullableObjectExpector.satisfies
.
0.1.0 (2021-05-04) #
- Initial version