org.mockito.plugins.MockMakerpublic class PowerMockMaker extends Object implements org.mockito.plugins.MockMaker
MockMaker via Plugins.getMockMaker()
but in the future we may use it more properly.
The reason for its existence is that the current Mockito MockMaker throws exception when getting the name
from of a mock that is created by PowerMock but not know for Mockito. This is triggered when by the
MockUtil class.
For more details see the ToStringGenerator.| Constructor | Description |
|---|---|
PowerMockMaker() |
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
createMock(org.mockito.mock.MockCreationSettings<T> settings,
org.mockito.invocation.MockHandler handler) |
|
org.mockito.invocation.MockHandler |
getHandler(Object mock) |
|
void |
resetMock(Object mock,
org.mockito.invocation.MockHandler newHandler,
org.mockito.mock.MockCreationSettings settings) |
public <T> T createMock(org.mockito.mock.MockCreationSettings<T> settings,
org.mockito.invocation.MockHandler handler)
createMock in interface org.mockito.plugins.MockMakerpublic org.mockito.invocation.MockHandler getHandler(Object mock)
getHandler in interface org.mockito.plugins.MockMakerpublic void resetMock(Object mock, org.mockito.invocation.MockHandler newHandler, org.mockito.mock.MockCreationSettings settings)
resetMock in interface org.mockito.plugins.MockMakerCopyright © 2007–2019. All rights reserved.