Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom matcher functions to return error strings displayed on a failed match #639

Commits on Jul 19, 2018

  1. Configuration menu
    Copy the full SHA
    b59ea01 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Introduce unexported match method to report errors matching

    Changes to the method signature for argumentMatcher.Matches may lead to breaking existing
    external uses of that function. Introducing a  new method used internally allows presenting
    the error information out for internal testify functionality while not breaking other
    existing uses of Matches.
    brandonbodnar-wk committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    42afde4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cd4cbe View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    b812942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30f794c View commit details
    Browse the repository at this point in the history