Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated Mockito Alternatives

Mockito Reviews & Product Details - Page 3

Mockito Overview

What is Mockito?

Mocking framework for unit tests in Java.

Mockito Details
Show LessShow More
Product Description

Mocking framework for unit tests in Java.


Seller Details
Seller
Mockito
HQ Location
N/A
Twitter
@mockito
51 Twitter followers

Recent Mockito Reviews

Verified User
U
Verified UserEnterprise (> 1000 emp.)
4.5 out of 5
"Mockito - One of the best mocking framework for unit testing"
I like the most that it has huge stack overflow community to help you out. we can verify any interactions and stub our method calls. Using mockito ...
Prathamesh S.
PS
Prathamesh S.Mid-Market (51-1000 emp.)
4.5 out of 5
"Mocking framework used to write clean, simple and effective test cases."
One of the best frameworks out there to create Mock objects to enable testing. Decouples the testing logic from the implementation, making it easie...
Olga K.
OK
Olga K.Mid-Market (51-1000 emp.)
4.5 out of 5
"Perfect tool for testing framework"
It's possible to test a lot fo conditions and it's easy to read. Just need to know what's happening inside. Once you learn it, it's clear.
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

Mockito Media

Answer a few questions to help the Mockito community
Have you used Mockito before?
Yes

22 Mockito Reviews

4.6 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
22 Mockito Reviews
4.6 out of 5
22 Mockito Reviews
4.6 out of 5

Overall Review Sentiment for MockitoQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
James W.
JW
Java Developer
Financial Services
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Seller invite
What do you like best about Mockito?

Mockito lets me quickly put together comprehensive tests without spending a lot of time writing initialization and data generation code - you just mock what you tests actually need. Review collected by and hosted on G2.com.

What do you dislike about Mockito?

It can be a challenge dealing with static code and the matchers could be more flexible, more like more recent additions to generics. Review collected by and hosted on G2.com.

Recommendations to others considering Mockito:

The best thing to to do is try it out. It's really easy to get going with and once you see how easy it can make things you won't go back. Review collected by and hosted on G2.com.

What problems is Mockito solving and how is that benefiting you?

Maintaining a high level of test coverage. Scenarios where there are many edge cases to cover, are a lot easier to deal with using Mockito. Review collected by and hosted on G2.com.

AK
Amrut Katwa
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Mockito?

Best thing is it doesn't need any connection with DB, it itself creates mock objects and sends to services to check the reliability of code written. Review collected by and hosted on G2.com.

What do you dislike about Mockito?

Sometimes we do not know what to give the values for certain test cases. It requires good knowledge about writing conditions. Review collected by and hosted on G2.com.

Recommendations to others considering Mockito:

Very good to test the code written by one, when you know the possible outcomes of that code. Review collected by and hosted on G2.com.

What problems is Mockito solving and how is that benefiting you?

To test the code coverage and branch coverage, to check for loopholes if any. Review collected by and hosted on G2.com.