spec 0.2.3 copy "spec: ^0.2.3" to clipboard
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 and containsAll matchers (thanks to @trejdych)

0.2.1 #

  • FEAT: Add support for --coverage (#15). (f41b0692)

0.2.0 #

  • Fixed compilation errors when trying to perform expectations on the failure of a Future.

  • Added support for expect(value).isA<MyClass>()

0.1.0 #

  • Initial release.
45
likes
130
pub points
64%
popularity

Publisher

verified publisherinvertase.io

A streamlined testing framework for Dart & Flutter.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

meta, test

More

Packages that depend on spec