EasyMock
-
Core Java
Comparing isA() and anyObject() Matchers in EasyMock
EasyMock is a widely used Java framework for creating mock objects in unit tests. It provides various matchers to define…
Read More » -
Enterprise Java
JUnit and EasyMock cooperation
Developers always need to take care about code which they produced. They should be ensured that code works properly after…
Read More » -
Enterprise Java
EasyMock tutorial – Getting Started
In this post, I’m going to show you what EasyMock is and how you can use it for testing your…
Read More »