server_testing 0.3.0 copy "server_testing: ^0.3.0" to clipboard
server_testing: ^0.3.0 copied to clipboard

Reusable server testing library for Dart.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate server_testing

Use it

The package has the following executables:

$ server_testing

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add server_testing

With Flutter:

 $ flutter pub add server_testing

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

dependencies:
  server_testing: ^0.3.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:server_testing/server_testing.dart';
0
likes
140
points
16
downloads

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

Reusable server testing library for Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

archive, artisanal, assertable_json, build, contextual, crypto, html, http, http_parser, meta, mockito, path, stack_trace, test, webdriver, yaml

More

Packages that depend on server_testing