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 6187593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:05:07+00:00 2026-05-24T02:05:07+00:00

This is not really specific to Moq but more of a general Mocking framework

  • 0

This is not really specific to Moq but more of a general Mocking framework question. I have created a mock object for an object of type, “IAsset”. I would like to mock the type that is returned from IAsset ‘s getter, “Info”.

 var mock = new Mock<IAsset>();
        mock.SetupGet(i => i.Info).Returns(//want to pass back a mocked abstract);
        mock.SetupProperty(g => g.Id, Guid.NewGuid());

The problem I am running into is Mocking this returned property value.

 mock.SetupGet(i => i.Info).Returns(//this is the type I need to mock);

The property holds an abstract type. This type extends XDocument.

public abstract class SerializableNodeTree : XDocument, ISerializable{...}

So.. what I would like to do is this:

 var nodeTreeMock = new Mock<SerializableNodeTree>();
        nodeTreeMock .SetupGet(d => d.Document).Returns(xdoc);

xdoc is a XDocument instance. This will not work because the XDocument.Document getter is not virtual. Which makes sense.

Should I just hand code a mock that is derived from SerializableNodeTree or is this there a way to Mock this object?

  • 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-05-24T02:05:08+00:00Added an answer on May 24, 2026 at 2:05 am

    In a case like this, I would treat XDocument as a standard, non-mockable object like strings and most POCOs and native types. That is to say, you should create a real (non-mocked) SerializableNodeTree to return from IAsset.Info.

    Another option is to make SerializableNodeTree implement an interface that has all the methods you want to mock, and have IAsset.Info return that interface type instead of a SerializableNodeTree directly.

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

Sidebar

Related Questions

This question is specific to Erlang, but may have general implications to other IO
This is not really language-specific, but I'll use Python to explain my question. My
This is a question not really about programming (is not specific to any language
This is not really a programming question, more of an algorithmic one. The problem:
This is not really a programming question but please bear with me as I
This is not really a question because I just solved the problem, but I
This is not a really technical question but is required for a system I
This is not a really Programming Question, but please bear with me as it's
We're using gwt-presenter, but not really a question specific to that... I've got a
This is more of a general question rather than a specific problem. I'm coding

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.