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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:14:36+00:00 2026-06-04T14:14:36+00:00

I am trying to write up a few tests using JMock and the following

  • 0

I am trying to write up a few tests using JMock and the following code will be added:

db = context.mock(DBResultQueryExecutor.class);
context.checking(new Expectations() {{
     oneOf (db).prepareQuery(query);
     will(throwException(new QueryException("Test")));
}});

Now, my DBResultQueryExecutor is defined as follows:

public interface DBResultQueryExecutor{
...
void executeQuery() throws QueryException; //This is a checked exception
... }

In JMock I am simply trying to specify that the method will be called at some point in the future exactly once. That is fine except for the fact that Eclipse is complaining about the unhandled exception WITHIN the expectation setup. I know it will be thrown later on and I have no business checkingit within the expectation.

Am I doing something terribly wrong here or is there a simple remedy for this situation? Thanks.

  • 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-04T14:14:38+00:00Added an answer on June 4, 2026 at 2:14 pm

    I just got some great help from my colleagues for this issue; the solution was to add “throws Exception” to your test method descriptor. The explanation is still not crystal clear to me, but it’s something along the lines of ‘Java doesn’t know that you’re not actually calling the method’ in the Expectations {} block. Seems to me, Java should know – but it doesn’t.

    I hope that helps – I was also convinced that Eclipse was just wrong.

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

Sidebar

Related Questions

Trying to write a code at the moment that basically tests to see if
Trying to write a couple of functions that will encrypt or decrypt a file
im trying to write an app that will display a list off lines from
I have the following method for which I am trying to write a unit
I'm trying to write some tests for an MVC application we're developing. We have
I'm trying to write a few plugins for jQuery, so as a starting point
I'm using rails with authlogic for sign in. I'm trying to write an integration
I'm trying to write a simple chat bot for Adium, that will post lol
I'm trying to write ObjectQuery with few consistent GroupJoin, it means that there should
I'm trying to write a bash script that takes a few variables and then

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.