
- EasyMock Tutorial
- EasyMock - Home
- EasyMock - Overview
- EasyMock - Environment Setup
- EasyMock - First Application
- EasyMock - JUnit Integration
- EasyMock - Adding Behavior
- EasyMock - Verifying Behavior
- EasyMock - Expecting Calls
- EasyMock - Varying Calls
- EasyMock - Exception Handling
- EasyMock - createMock
- EasyMock - createStrictMock
- EasyMock - createNiceMock
- EasyMock Useful Resources
- EasyMock - Quick Guide
- EasyMock - Useful Resources
- EasyMock - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Discuss EasyMock
EasyMock is a mocking framework, JAVA-based library that is used for effective unit testing of JAVA applications. EasyMock is used to mock interfaces so that a dummy functionality 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