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

discontinued

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

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.3.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
140
points
13
downloads

Publisher

verified publisherdutchcodingcompany.com

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_test, meta, parameterized_source

More

Packages that depend on flutter_parameterized_test