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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:55:29+00:00 2026-05-22T01:55:29+00:00

trying to inspect and argument and need to retrieve it. what is the equivalent

  • 0

trying to inspect and argument and need to retrieve it. what is the equivalent in Moq? or a way to do it in Moq?

  • 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-22T01:55:30+00:00Added an answer on May 22, 2026 at 1:55 am

    figured it out, utilizing the callback functionality on the Mock Setup

    int captured_int;
    
    mocked_obj.Setup(x => x.SomeMethod(It.IsAny<int>()))
        .Callback<int>(x => captured_int = x);
    

    if your method has multiple params

    int captured_int;
    object captured_object;
    
    mocked_obj.Setup(x => x.SomeMethod(It.IsAny<int>(), It.IsAny<object>()))
        .Callback<int, object>((i, o) => {
                                             captured_int = i;
                                             captured_object = o;
                                         });
    

    then you can do asserts on the captured values;

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

Sidebar

Related Questions

The page I'm trying inspect has a hidden <input type=hidden name=Foo value=123 /> element
I am trying to inspect the messages a node receives from other nodes, but
Trying to inspect the header information being posted from my app but fiddler doesn't
I'm trying to inspect a buffer which contains a binary formatted message, but also
I'm trying to inspect 2nd combo box which its values are generated on the
I'm basically trying to build the equivalent of the firebug inspector in the browser.
I am trying to inspect the div element that appears for Tipsy hover-overs on
I'm trying to write a tool which lets me inspect the state of a
I'm trying to figure out the best way to secure an API. I only
I'm trying to use Fiddler2 to inspect SOAP messages exchanged between WCF client and

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.