should 1.0.0+4 copy "should: ^1.0.0+4" to clipboard
should: ^1.0.0+4 copied to clipboard

discontinued

A simple, extensible, readable BDD assertion library. Supports introspective terminal output.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add should

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

dependencies:
  should: ^1.0.0+4

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:should/should.dart';
12
likes
40
pub points
0%
popularity

Publisher

verified publisherkishoredev.live

A simple, extensible, readable BDD assertion library. Supports introspective terminal output.

Repository (GitHub)
View/report issues

License

MPL-2.0 (LICENSE)

Dependencies

dartx, logger, stack_trace

More

Packages that depend on should