matching 0.1.2 copy "matching: ^0.1.2" to clipboard
matching: ^0.1.2 copied to clipboard

Every single matcher for your tests that you have been missing.

example/main.dart

import 'package:matching/matching.dart';
import 'package:test/test.dart';

void main() {
  test('iterableEndsWith', () {
    final actual = [1, 2, 3, 4, 5];
    final ending = [4, 5];

    expect(actual, iterableEndsWith(ending));
  });
}
3
likes
160
points
27
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

Every single matcher for your tests that you have been missing.

Repository (GitHub)
View/report issues

Topics

#testing

Documentation

API reference

License

MIT-0 (license)

Dependencies

test

More

Packages that depend on matching