Skip to content
Snippets Groups Projects
  1. Apr 12, 2018
    • Nate Bosch's avatar
      Add containsAll (#76) · ec4f1baa
      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.
  2. Apr 11, 2018
    • Nate Bosch's avatar
      Fix unorderedMatches for poorly ordered input (#74) · 03c582f1
      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.
  3. Mar 20, 2018
  4. Feb 20, 2018
  5. Sep 20, 2017
  6. Sep 05, 2017
  7. Aug 30, 2017
  8. Jul 21, 2017
  9. Jul 20, 2017
  10. May 27, 2017
  11. May 15, 2017
  12. May 05, 2017
  13. May 05, 2016
  14. Apr 10, 2016
  15. Mar 28, 2016
  16. Mar 24, 2016
  17. Jan 13, 2016
  18. Jul 20, 2015
  19. Jul 16, 2015
  20. May 21, 2015
  21. Apr 30, 2015
  22. Mar 25, 2015
Loading