Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9157167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:56:51+00:00 2026-06-17T12:56:51+00:00

I have the following contract which gets an injected property at runtime: public interface

  • 0

I have the following contract which gets an injected property at runtime:

public interface IBroker
{
   IDriver Driver { get; }
}

public interface IDriver
{
   void Save();
}

public class FileDriver : IDriver { }
public class SqlDriver : IDriver { }

I am preparing my mocks in one shot because the test fitness is pretty big, and I am preparing two versions of my broker in the following way:

var mockFileBroker = new Mock<IBroker>();
mockFileBroker.Setup(x => x.Driver).Returns(new FileDriver());

var mockSqlBroker = new Mock<IBroker>();
mockSqlBroker.Setup(x => x.Driver).Returns(new SqlDriver());

The problem is that when I investigate the property Driver it is always of type SqlDriver for both mocks … so it looks like Moq is always resolving the contract IDriver using the latest registration …
Is there anything I can do to avoid this behavior?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:56:52+00:00Added an answer on June 17, 2026 at 12:56 pm

    Moq will return the latest registration, but only on the same object.

    Double check you are not using the wrong broker somewhere, or that you have missed a mock somewhere and production code is re-setting your Driver.

    Patrick Steele makes a good point that you should also consider mocking the returned IDriver too, especially as unit tests should typically avoid using the file system and databases.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following collection contract defined: [CollectionDataContract(Name = Centres)] public class Centres :
I have the following routes defined: public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute({resource}.axd/{*pathInfo}); routes.MapRoute(name:
In my Global.asax file I have the following; public static void RegisterRoutes(RouteCollection routes) {
I have the following problem, given the following service contract, data contract, and service
I have the following: <%= f.select :phase_names, options_for_select([RFP Stage, Pre Contract, Awarded, Unsuccessful, Completed]),
I have the following model: public class Contact { public Contact() { Name =
I have the following code to get details of a contact. data: is the
I have a message contract which i am passing to my wcf service and
I have programmed a simple hibernate app which isn't updating the table. The following
I have the following classes: public class Foo { [Import] public IFirstInterface firstImport; [Import]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.