Other resources
EasyMock in Books
- Pragmatic Unit Testing in Java with JUnit
by Andy Hunt and Dave Thomas (listed on amazon.com)
- Test Driven Development: A Practical Guide
by David Astels (listed on amazon.com)
- JUnit in Action
by Vincent Massol (listed on amazon.com)
- Unit Testing in Java: How Tests Drive the Code
by Johannes Link and Peter Fröhlich (listed on amazon.com)
- In german: Testgetriebene Entwicklung mit JUnit & FIT.
Wie Software änderbar bleibt
by Frank Westphal (listed on amazon.de)
- In german: Unit Tests mit Java. Der Test-First-Ansatz
by Johannes Link and Peter Fröhlich (listed on amazon.de)
Online Resources
Mock Objects in General
EasyMock Add-ons
- Powermock is built on top of EasyMock. It uses a custom classloader and bytecode
manipulation to enable mocking of static methods, constructors, final classes and methods, private methods, removal of static initializers and more