English 中文(简体)
EasyMock - Discussion
  • 时间:2024-09-17

Discuss EasyMock


Previous Page Next Page  

EasyMock is a mocking framework, JAVA-based pbrary that is used for effective unit testing of JAVA apppcations. EasyMock is used to mock interfaces so that a dummy functionapty can be added to a mock interface that can be used in unit testing. This tutorial should help you learn how to create unit tests with EasyMock as well as how to use its APIs in a simple and intuitive way.


Advertisements