Package | Description |
---|---|
org.powermock.api.extension.agent | |
org.powermock.api.mockito.internal.mockcreation | |
org.powermock.core.agent |
Modifier and Type | Method and Description |
---|---|
void |
JavaAgentFrameworkRegisterImpl.set(JavaAgentClassRegister javaAgentClassRegister) |
private void |
JavaAgentFrameworkRegisterImpl.setToPowerMockito(JavaAgentClassRegister javaAgentClassRegister) |
Modifier and Type | Field and Description |
---|---|
private JavaAgentClassRegister |
MockTypeValidatorFactory.JavaAgentMockTypeValidator.agentClassRegister |
private JavaAgentClassRegister |
AbstractMockCreator.agentClassRegister |
Modifier and Type | Method and Description |
---|---|
static <T> MockTypeValidator<T> |
MockTypeValidatorFactory.createValidator(java.lang.Class<T> type,
boolean isStatic,
boolean isSpy,
JavaAgentClassRegister agentClassRegister) |
Constructor and Description |
---|
JavaAgentMockTypeValidator(java.lang.Class<T> type,
JavaAgentClassRegister agentClassRegister) |
Modifier and Type | Method and Description |
---|---|
void |
JavaAgentFrameworkRegister.set(JavaAgentClassRegister javaAgentClassRegister)
Set the
javaAgentClassRegister to current loaded mocking framework. |