Package org.powermock.core.bytebuddy
Class MockGetawayCall.WithArguments
- java.lang.Object
-
- org.powermock.core.bytebuddy.MockGetawayCall.WithArguments
-
- Enclosing class:
- MockGetawayCall
public static class MockGetawayCall.WithArguments extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Variable>
arguments
private MockGetawayCall.ForType
forType
-
Constructor Summary
Constructors Modifier Constructor Description private
WithArguments(MockGetawayCall.ForType forType, java.util.List<Variable> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MockGetawayCall.ConstructorMockGetawayCall
withParameterTypes(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> targetParameters)
-
-
-
Field Detail
-
forType
private final MockGetawayCall.ForType forType
-
arguments
private final java.util.List<Variable> arguments
-
-
Constructor Detail
-
WithArguments
private WithArguments(MockGetawayCall.ForType forType, java.util.List<Variable> arguments)
-
-
Method Detail
-
withParameterTypes
public MockGetawayCall.ConstructorMockGetawayCall withParameterTypes(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> targetParameters)
-
-