EasyMock
Summary
Description
EasyMock provides Mock Objects for interfaces (and objects through the class extension) by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development. The project is running since 2001.
-
- URL:
- http://easymock.org/
- Lead:
- Henri Tremblay
- Key:
- EASYMOCK
Issues: Unresolved
-
EASYMOCK-111
Calling behaviour more than expected number of times does not assert failure when the call is from multple threads
-
EASYMOCK-20
IllegalAccessError for Package-Scope-Interfaces
-
EASYMOCK-24
Provide mockType to createMock() method
Issues: 30 Day Summary
Issues: 1 created and 1 resolved
Issues: Updated recently
-
EASYMOCK-115
26/Apr/12
Improvement to org.easymock.Capture.java
-
EASYMOCK-114
10/Apr/12
EasyMock.anyObject shoud not return null
-
EASYMOCK-111
02/Apr/12
Calling behaviour more than expected number of times does not assert failure when the call is from multple threads