Giter Club home page Giter Club logo

Comments (7)

jamesfoster avatar jamesfoster commented on July 29, 2024

For completeness the interfaces are defined as:

    public interface Foo
    {
        Bar Bar { get; }
    }

    public interface Bar
    {
        Baz Baz { get; }
        Qux Qux { get; }
    }

    public interface Qux
    {
        string Value { get; }
    }

    public interface Baz
    {
        string Value { get; }
    }

from moq4.

kzu avatar kzu commented on July 29, 2024

Seems like a valid use case and a bug :(

from moq4.

jamesfoster avatar jamesfoster commented on July 29, 2024

It gets awkward when you replace bar with

  var bar = new BarImpl {
    Baz = baz,
    Qux = qux
  }

If the recursive syntax ends on a mock it should still work.

I've solved my issue by writing a method that takes a Func<T, TMocked> to get an IMocked, and an Expression<Func<TMocked, TProperty>> to pass to SetupGet.

Do you want me to have a look at fixing this?

from moq4.

kzu avatar kzu commented on July 29, 2024

Would love it if you could give it a shot!

Thanks

/kzu

On Thu, May 15, 2014 at 3:27 PM, James Foster [email protected]:

It gets awkward when you replace bar with

var bar = new BarImpl {
Baz = baz,
Qux = qux
}

If the recursive syntax ends on a mock it should still work.

I've solved my issue by writing a method that takes a Func<T, TMocked> to
get an IMocked, and an Expression<Func<TMocked, TProperty>> to pass to
SetupGet.

Do you want me to have a look at fixing this?

Reply to this email directly or view it on GitHubhttps://github.com//issues/110#issuecomment-43246948
.

from moq4.

jamesfoster avatar jamesfoster commented on July 29, 2024

Cool. I'll check it out. I came across the relevant areas of the code when making my last pull request. Shouldn't be too difficult. (He says)

from moq4.

stakx avatar stakx commented on July 29, 2024

Closing this, this problem will be tracked in #643 (together with a couple other related issues).

from moq4.

stakx avatar stakx commented on July 29, 2024

After the recent merges, this might finally be fairly easy to fix.

from moq4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.