My SUT may call a method on my mock with any object as paramter, including null.
So, does EasyMock.anyObject() match a null parameter? or can I use something else instead of anyObject() which will also match null ?
|
|
|
Since EasyMock also offers matchers for A simple test confirms this. |
|||
|
|