spec 0.2.3 spec: ^0.2.3 copied to clipboard
A streamlined testing framework for Dart & Flutter.
0.2.3 - 2023-03-08 #
- Deprecated some error matchers associated with a deprecated error.
- Introducing new matchers (thanks to @dtengeri):
- toBeNull()
- toBeFalsy()
- toBeTruthy()
- toContain()
- toHaveLength()
- containsKey()
- toBeCloseTo()
0.2.2 #
- Added
contains
,containsKey
,containsPair
andcontainsAll
matchers (thanks to @trejdych)