test_helper 1.3.1 copy "test_helper: ^1.3.1" to clipboard
test_helper: ^1.3.1 copied to clipboard

Helper methods for testing (comparing lists, testing a "theory", ...) and common mocks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add test_helper

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

dependencies:
  test_helper: ^1.3.1

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_helper/test_helper.dart';
1
likes
40
pub points
1%
popularity

Publisher

unverified uploader

Helper methods for testing (comparing lists, testing a "theory", ...) and common mocks.

License

MIT (LICENSE)

Dependencies

collection, firebase_auth_helper, mockito, resource_result, test

More

Packages that depend on test_helper