stub 0.2.0+0 copy "stub: ^0.2.0+0" to clipboard
stub: ^0.2.0+0 copied to clipboard

outdated

A Dart micro-package to help writing tests stubbing methods

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stub

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

dependencies:
  stub: ^0.2.0+0

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:stub/stub.dart';
3
likes
0
pub points
19%
popularity

Publisher

verified publisheryakforward.com

A Dart micro-package to help writing tests stubbing methods

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on stub