- Apr 12, 2018
-
-
Nate Bosch authored
Closes #72 - Add `allowUnmatchedValues` to the implementation for unordered matches. - Implement containsAll as an unorderedMatches which does allows extra values in the checked iterable.
-
- Apr 11, 2018
-
-
Nate Bosch authored
Fixes #73 Reimplements the unordered matcher using a recursive search assuming that matchers can match multiple values in the input rather than a greedy algorithm which allows a matcher to "consume" a value that is needed for some other matcher. User visible differences: - May match inputs that would have previously been (incorrectly) rejected. - The failure description may include a number of unmatched expectations if more than 1 is unmatched.
-
- Mar 20, 2018
-
-
Natalie Weizenbaum authored
Closes #70
-
- Feb 20, 2018
-
-
Kevin Moore authored
-
- Sep 20, 2017
-
-
Kevin Moore authored
-
Kevin Moore authored
No longer needed with current design. Blocks `pub get` from edge builds
-
- Sep 05, 2017
-
-
Leaf Petersen authored
-
- Aug 30, 2017
-
-
Kevin Moore authored
-
Leaf Petersen authored
-
- Jul 21, 2017
-
-
Joe Conway authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
-
- Jul 20, 2017
-
-
Kevin Moore authored
Cannot be a const constructor
-
- May 27, 2017
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
kunzhao77 authored
Fixes #25
- May 15, 2017
-
-
Ian Hickson authored
-
- May 05, 2017
-
-
Nate Bosch authored
his matcher is useful for testing that expected values are present while allowing for additional values, or when used multiple times for testing the combination of multiple ordered collections while allowing for arbitrary interleaving. Bump version in pubspec
-
Nate Bosch authored
Dartfmt the entire package
-
Nate Bosch authored
-
- May 05, 2016
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1952893005 .
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1956483003 .
-
- Apr 10, 2016
-
-
Kevin Moore authored
Removing unused shown names
-
Sam Rawlins authored
-
- Mar 28, 2016
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1827353003 .
-
- Mar 24, 2016
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
Fix a bug added in 0.11.4+5
-
Natalie Weizenbaum authored
It looked like nothing was passing in a list, but I forgot that the end user might have been.
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1834543002 .
-
- Jan 13, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1584563003 .
-
- Jul 20, 2015
-
-
Natalie Weizenbaum authored
The version number was such that no compatible version of `test` could be found. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1243873002 .
-
- Jul 16, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1232043004 .
-
- May 21, 2015
-
-
Kevin Moore authored
R=dgrove@google.com Review URL: https://codereview.chromium.org//1151853004
-
- Apr 30, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1111273006
-
- Mar 25, 2015
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-