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

  • Home
  • SEARCH
  • 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 7831441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T11:44:01+00:00 2026-06-02T11:44:01+00:00

In my application, I have code that looks like – request.setParameter(a,false);//line1 request.setParameter(b,someObject);//line2 request.setParameter(c,someObject);//line3 request.setParameter(d,someObject);//line4

  • 0

In my application, I have code that looks like –

request.setParameter("a",false);//line1
request.setParameter("b",someObject);//line2
request.setParameter("c",someObject);//line3
request.setParameter("d",someObject);//line4

I have mocked the request object and now I want to verify if the line3 was invoked or not. I do not care about the other lines, in the test class I tried-
Mockito.verify(request).setParameter("c",someObject) , however I get error –

Argument(s) are different! Wanted:
request.setParameter("c",com.test.MyObject@fec107);
-> at XXX

Actual invocation has different arguments:
request.setParameter("a", false);

For some reason, Mockito compares the first invocation and throws error

  • 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-02T11:44:02+00:00Added an answer on June 2, 2026 at 11:44 am

    Mockito will only do that if the invocation that you’re verifying did NOT in fact happen. So if request.setParameter("c", someObject) had been called, your test would pass, regardless of the other calls. If a verify fails, Mockito tries to be helpful by identifying calls that were a “near miss” to the one that you tried to verify; but only if the verify fails.

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

Sidebar

Related Questions

I have code that looks like below: ResourceDictionary res = (ResourceDictionary)Application.LoadComponent(new Uri(Style.xaml, UriKind.Relative)); Style
In my console application I have code which looks like Process DKU = new
My application I have an application design that looks like this: web application layer
I have some code that looks like this that works just fine: var info
I have code that starts a ProgressDialog inside an AsyncTask , it looks like
I have some VBA code that looks like this and the aim is to
I'm moving an application to use the Spring3 framework and I have code that
I have some code that attempts to test whether my application is running with
I have a code base that has been used as an ASP.Net web application.
I have some VBA code that needs to talk to a running c# application.

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.