expect 0.0.2 copy "expect: ^0.0.2" to clipboard
expect: ^0.0.2 copied to clipboard

A tiny expectation library for writing tests based on matcher and test.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add expect

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  expect: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:expect/expect.dart';
2
likes
30
pub points
61%
popularity

Publisher

verified publisherjonahwilliams.dev

A tiny expectation library for writing tests based on matcher and test.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

matcher

More

Packages that depend on expect