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

Let .As<T> mocks generate same proxy as the uncast mock #460

Merged
merged 3 commits into from
Sep 28, 2017

Commits on Sep 28, 2017

  1. Add failing unit tests

    This one shows that if a mock is "cast" to an interface before its
    object is queried, and the proxy is then generated via the `.As<T>`
    mock, then an proxy object is created that is different from the
    proxy object retrieved from the original, uncast mock.
    stakx committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    1dc115d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2571486 View commit details
    Browse the repository at this point in the history
  3. Update the changelog

    stakx committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    432e8b9 View commit details
    Browse the repository at this point in the history