routed_testing 0.2.1+1 copy "routed_testing: ^0.2.1+1" to clipboard
routed_testing: ^0.2.1+1 copied to clipboard

Routed-specific testing utilities that extend server_testing for integration tests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add routed_testing

With Flutter:

 $ flutter pub add routed_testing

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

dependencies:
  routed_testing: ^0.2.1+1

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:routed_testing/routed_testing.dart';
0
likes
150
points
441
downloads

Publisher

unverified uploader

Weekly Downloads

Routed-specific testing utilities that extend server_testing for integration tests.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

meta, routed, server_testing, test

More

Packages that depend on routed_testing