Product Avatar Image

Mockito

Show rating breakdown
22 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.6
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

18
4
0
0
0

Mockito Reviews

Review Filters
Profile Name
Star Rating
18
4
0
0
0
Abhimanu R.
AR
Abhimanu R.
Data Engineer at Fragma Data Systems
11/27/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Awesome to use and have ease of implementation. Helps you to write bug free code.

Ease of implementation. And writing test case to write/deploy bug free code. Ease to debug.
Verified User in Computer Software
UC
Verified User in Computer Software
11/26/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Best testing framework, I really enjoy using this framework

1. Very easy to use. 2. Very less configuration is needed. 3. Provide both annotation as well as class based configuration. 4. I can fully mock an object as well as partially mock an object that is very helpful when I just need to test some methods of a class which I created and leave the other methods which I do not case about. 5. Method name are fluent based so Its very descriptive for others when they read the test cases.
Verified User in E-Learning
UE
Verified User in E-Learning
11/24/2020
Validated Reviewer
Review source: Seller invite

It is good mocking framework

It is easy to use and it also provides some annotations for reducing boilerplate code.

About

Contact

HQ Location:
N/A

Social

@mockito

What is Mockito?

Mockito is a popular open-source testing framework for Java, designed to facilitate the creation of mock objects for unit testing. By enabling developers to emulate the behavior of complex, real objects, Mockito helps streamline the testing process, allowing for more efficient and effective testing strategies. Its simple API makes it easy to use, even for developers who are new to mocking. Mockito's capabilities include verifying object interactions, stubbing method calls, and mocking interfaces, promoting better code coverage and bug detection.

Details

Website
mockito.org