test_reflective_loader 0.2.2 copy "test_reflective_loader: ^0.2.2" to clipboard
test_reflective_loader: ^0.2.2 copied to clipboard

Support for discovering tests and test suites using reflection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add test_reflective_loader

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

dependencies:
  test_reflective_loader: ^0.2.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:test_reflective_loader/test_reflective_loader.dart';
2
likes
130
pub points
81%
popularity

Publisher

verified publishertools.dart.dev

Support for discovering tests and test suites using reflection.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

test

More

Packages that depend on test_reflective_loader