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

Unable to match arguments whose type is generic, when their concrete type is not known (#786) #814

Merged
merged 6 commits into from
Jun 10, 2024
Merged

Unable to match arguments whose type is generic, when their concrete type is not known (#786) #814

merged 6 commits into from
Jun 10, 2024

Commits on May 15, 2024

  1. Unable to match arguments whose type is generic, when their concrete…

    … type is not known (#786)
    Mihnea Rădulescu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d44759e View commit details
    Browse the repository at this point in the history
  2. Fixed whitespace characters

    Mihnea Rădulescu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2fcec33 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge branch 'main' into bug/issue-786-match-arguments

    Mihnea Rădulescu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b2267ad View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Simplified argument matching when using Arg.AnyType

    Mihnea Rădulescu committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d979731 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Merge branch 'main' into bug/issue-786-match-arguments

    Mihnea Rădulescu committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2152786 View commit details
    Browse the repository at this point in the history
  2. Added DidNotReceive() tests covering the Arg.Any constellation

    Mihnea Rădulescu committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    92e2fb5 View commit details
    Browse the repository at this point in the history