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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:30:46+00:00 2026-05-20T20:30:46+00:00

I come from the PHP testing world and i’m starting testing in Java. I’ve

  • 0

I come from the PHP testing world and i’m starting testing in Java.

I’ve seen several tools to mock the SUT in JUnit, like Mockito, SevenMock, ClassMock, etc.

I really appreciate any recommendation of which one should i use.

Thanks in advance!

  • 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-20T20:30:46+00:00Added an answer on May 20, 2026 at 8:30 pm

    I’ve used Mockito quite a lot. http://mockito.org/ I have not used EasyMock so cant say much about it.

    Using Mockito is straightforward but the classes that you intend to test should also be in a decoupled state which will make it easier to test. With mockito you are instantiating a particular class with mocks objects.

    Say you got a class that you want to test, but want to mock one of its dependencies

    final DepedencyToMockClass mockObject = mock(DepedencyToMockClass.class);
    when(mockObject.getTestMethod()).thenReturn("Test");
    

    Now this mockObject can now be injected when initializing your intended class.

    final ClassToTest test = new ClassToTest(mockObject);
    

    Mockito uses reflection to create these mock objects. However if you have a dependency and if it is declared final then mocking will fail.

    Another useful method in Mockito is verify where you can verify certain operations in your mock objects. Have a peep at mockito. However there are limitations in mock objects, in some cases it will be hard to create mock objects perhaps external/third party code. I think it’s good practise to attempt to instantiate real objects when injecting them for testing purposes, failing which Mockito helps.

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

Sidebar

Related Questions

I'm new to PHP but come from a Java background and I'm trying to
I come from the Java world, so to me it's all object.foo() , but
I come from Java / Objective-C to PHP and find it horrible . I
I come from a PHP background and would like to know if there's a
I come from PHP environment where several frameworks introduces ACL classes, should I just
I come from PHP world, where declaring a function in the middle of a
I'm pretty new to Django and come from the PHP world. I'm trying to
I come from PHP background and am used to doing var_dump , echo and
I come from a php background and in php, there is an array_size() function
I come from a PHP background and I'm just getting my teeth into some

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.