modularity_test 0.1.0 copy "modularity_test: ^0.1.0" to clipboard
modularity_test: ^0.1.0 copied to clipboard

Testing utilities for Modularity framework. Provides mock binders, test modules and assertion helpers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add modularity_test

With Flutter:

 $ flutter pub add modularity_test

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

dependencies:
  modularity_test: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:modularity_test/modularity_test.dart';
0
likes
160
points
259
downloads

Publisher

unverified uploader

Weekly Downloads

Testing utilities for Modularity framework. Provides mock binders, test modules and assertion helpers.

Repository (GitHub)
View/report issues

Topics

#dependency-injection #di #testing #mocks

Documentation

API reference

License

MIT (license)

Dependencies

meta, modularity_contracts, modularity_core, test

More

Packages that depend on modularity_test