test_process 2.1.0 copy "test_process: ^2.1.0" to clipboard
test_process: ^2.1.0 copied to clipboard

Test processes: starting; validating stdout and stderr; checking exit code

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dev:test_process

With Flutter:

 $ flutter pub add dev:test_process

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

dev_dependencies:
  test_process: ^2.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:test_process/test_process.dart';
10
likes
140
pub points
89%
popularity

Publisher

verified publishertools.dart.dev

Test processes: starting; validating stdout and stderr; checking exit code

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, meta, path, test

More

Packages that depend on test_process