Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
There should be an API call that can tell whether an Object is an EasyMock mock and what type is mocked by the object. This can be important for logging failures in larger test suites, and other purposes. I suggest adding Class EasyMock.mockedClass(Object mock) and IMocksControl.getMocks() .