mock_creator_annotation 1.0.1 copy "mock_creator_annotation: ^1.0.1" to clipboard
mock_creator_annotation: ^1.0.1 copied to clipboard

Creates a mock for a class that has one call method on it. This makes it easier to create our mock classes automatically.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mock_creator_annotation

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

dependencies:
  mock_creator_annotation: ^1.0.1

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

Publisher

unverified uploader

Creates a mock for a class that has one call method on it. This makes it easier to create our mock classes automatically.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on mock_creator_annotation