test_process 2.1.1 copy "test_process: ^2.1.1" to clipboard
test_process: ^2.1.1 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
copied to clipboard

With Flutter:

 $ flutter pub add dev:test_process
copied to clipboard

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.1
copied to clipboard

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';
copied to clipboard
11
likes
160
points
83.7k
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.09.05 - 2025.03.20

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

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async, meta, path, test

More

Packages that depend on test_process