This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
An open source Java-based testing framework used for effective unit testing of Java applications, allows the creation of test double objects (mock objects) in automated unit tests for TDD or BDD.
First released | 2008 |
Developed by | Szczepan Faber |
Open-source | Yes |
Mockito distinguishes itself from other mocking frameworks by allowing developers to verify the behavior of the system under test (SUT) without establishing expectations beforehand. One of the criticisms of mock objects is that there is a tight coupling of the test code to the system under test.