analysis_plugin_test_helper 1.0.5 copy "analysis_plugin_test_helper: ^1.0.5" to clipboard
analysis_plugin_test_helper: ^1.0.5 copied to clipboard

Utilities to help write tests for the analyzer plugins.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add analysis_plugin_test_helper

With Flutter:

 $ flutter pub add analysis_plugin_test_helper

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

dependencies:
  analysis_plugin_test_helper: ^1.0.5

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:analysis_plugin_test_helper/analysis_plugin_test_helper.dart';
1
likes
150
points
134
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Utilities to help write tests for the analyzer plugins.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, analyzer_testing, path, test

More

Packages that depend on analysis_plugin_test_helper