org.mockito.plugins.MockMaker
public 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.MockMaker
public org.mockito.invocation.MockHandler getHandler(Object mock)
getHandler
in interface org.mockito.plugins.MockMaker
public void resetMock(Object mock, org.mockito.invocation.MockHandler newHandler, org.mockito.mock.MockCreationSettings settings)
resetMock
in interface org.mockito.plugins.MockMaker
Copyright © 2007–2019. All rights reserved.