Package | Description |
---|---|
org.powermock.core.bytebuddy |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Variable> |
MockGetawayCall.WithArguments.arguments |
private java.util.List<Variable> |
MockGetawayCall.ConstructorMockGetawayCall.arguments |
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.of(net.bytebuddy.description.type.TypeDescription.Generic variableType,
int offset) |
Modifier and Type | Method and Description |
---|---|
static net.bytebuddy.implementation.bytecode.StackManipulation |
Variable.VariableAccess.load(Variable variable) |
static net.bytebuddy.implementation.bytecode.StackManipulation |
Variable.VariableAccess.load(Variable variable,
boolean boxing) |
static net.bytebuddy.implementation.bytecode.StackManipulation |
Variable.VariableAccess.store(Variable variable) |
Modifier and Type | Method and Description |
---|---|
MockGetawayCall.WithArguments |
MockGetawayCall.ForType.withArguments(java.util.List<Variable> parameters) |
Constructor and Description |
---|
ConstructorMockGetawayCall(java.lang.reflect.Method getawayMethod,
net.bytebuddy.description.type.TypeDescription targetType,
java.util.List<Variable> arguments,
net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> targetParameters) |
WithArguments(MockGetawayCall.ForType forType,
java.util.List<Variable> arguments) |