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

outdated

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.1.9

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
0
pub points
81%
popularity

Publisher

verified publishertools.dart.dev

Support for discovering tests and test suites using reflection.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

test

More

Packages that depend on test_reflective_loader