mogen_unit_tests 1.0.9 copy "mogen_unit_tests: ^1.0.9" to clipboard
mogen_unit_tests: ^1.0.9 copied to clipboard

Scans Riverpod AsyncNotifier classes and auto-generates Mocktail unit tests.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mogen_unit_tests

Use it

The package has the following executables:

$ mogen_unit_tests

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mogen_unit_tests

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

dependencies:
  mogen_unit_tests: ^1.0.9

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:mogen_unit_tests/mogen_unit_tests.dart';
1
likes
0
points
250
downloads

Publisher

unverified uploader

Weekly Downloads

Scans Riverpod AsyncNotifier classes and auto-generates Mocktail unit tests.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, args, dart_style, glob, path, yaml

More

Packages that depend on mogen_unit_tests