flutter_parameterized_test 0.2.0 copy "flutter_parameterized_test: ^0.2.0" to clipboard
flutter_parameterized_test: ^0.2.0 copied to clipboard

discontinued
outdated

Simple package that helps with executing parameterized tests. Inspired by JUnit ParameterizedTest CsvValues.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_parameterized_test

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

dependencies:
  flutter_parameterized_test: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_parameterized_test/flutter_parameterized_test.dart';
1
likes
0
points
13
downloads

Publisher

verified publisherdutchcodingcompany.com

Weekly Downloads

Simple package that helps with executing parameterized tests. Inspired by JUnit ParameterizedTest CsvValues.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_test, meta, parameterized_source

More

Packages that depend on flutter_parameterized_test